Skip to content

Commit c85855e

Browse files
chore: Rename CollectionsSelector component into Collections
1 parent 23c517c commit c85855e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/screens/LinkScreen.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@
4848
<button
4949
@click="toggleCollections"
5050
:aria-expanded="displayCollections"
51-
aria-controls="collections-selector"
51+
aria-controls="collections"
5252
>
5353
<Icon name="collection" />
5454
{{ t("link.count_collections", link.collections.length) }}
5555
</button>
5656
</div>
5757

58-
<CollectionsSelector
59-
id="collections-selector"
58+
<Collections
59+
id="collections"
6060
:link="link"
6161
:open="displayCollections"
6262
/>
@@ -103,7 +103,7 @@ import { store } from "../store.js";
103103
import api from "../api.js";
104104
import http from "../http.js";
105105
import Link from "../models/link.js";
106-
import CollectionsSelector from "../components/CollectionsSelector.vue";
106+
import Collections from "../components/Collections.vue";
107107
import Notes from "../components/Notes.vue";
108108
109109
const { t, locale } = useI18n();

0 commit comments

Comments
 (0)