diff --git a/frontend/src/lib/components/CollectionCard.svelte b/frontend/src/lib/components/CollectionCard.svelte
index 1b6df55..eaffcee 100644
--- a/frontend/src/lib/components/CollectionCard.svelte
+++ b/frontend/src/lib/components/CollectionCard.svelte
@@ -61,6 +61,7 @@
) + 1}{' '}
days
{/if}
+ {collection.is_public ? 'Public' : 'Private'}
{#if type != 'link'}
{/if}
diff --git a/frontend/src/lib/components/NoteModal.svelte b/frontend/src/lib/components/NoteModal.svelte
index 2da411f..34bb2c6 100644
--- a/frontend/src/lib/components/NoteModal.svelte
+++ b/frontend/src/lib/components/NoteModal.svelte
@@ -164,11 +164,11 @@
{#if newNote.links.length > 0}
{#each newNote.links as link, i}
- -
- {link}
+
-
+ {link}