1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-24 15:29:36 +02:00

Refactor code to remove unused variable and add meta tags for shared collections page

This commit is contained in:
Sean Morley 2024-10-07 23:39:05 -04:00
parent 1e61032692
commit 70c78635fc
2 changed files with 5 additions and 1 deletions

View file

@ -50,7 +50,6 @@
let notFound: boolean = false;
let isShowingLinkModal: boolean = false;
let isShowingCreateModal: boolean = false;
let isShowingTransportationModal: boolean = false;
let isShowingChecklistModal: boolean = false;

View file

@ -25,3 +25,8 @@
{/if}
</p>
{/if}
<svelte:head>
<title>Shared Collections</title>
<meta name="description" content="Collections shared with you by other users." />
</svelte:head>