Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-05-27 16:57:56 +0300
committerJoas Schilling <coding@schilljs.com>2022-05-27 16:57:56 +0300
commit22d45fe30c0d0637b668b251bdf501910e6dd44b (patch)
tree92794a2c4b1ed034e869c3b1e9eb5e8327335f78 /src/components/RightSidebar
parentc65e8caf6569a7f48931b3e9de142a33b17be274 (diff)
Single quotes
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/components/RightSidebar')
-rw-r--r--src/components/RightSidebar/SharedItems/SharedItems.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/RightSidebar/SharedItems/SharedItems.vue b/src/components/RightSidebar/SharedItems/SharedItems.vue
index e93265208..3bd6f1f01 100644
--- a/src/components/RightSidebar/SharedItems/SharedItems.vue
+++ b/src/components/RightSidebar/SharedItems/SharedItems.vue
@@ -142,7 +142,7 @@ export default {
a {
text-decoration: underline;
&:after {
- content: " ↗";
+ content: ' ↗';
}
}
}