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:
parent
1e61032692
commit
70c78635fc
2 changed files with 5 additions and 1 deletions
|
@ -50,7 +50,6 @@
|
|||
|
||||
let notFound: boolean = false;
|
||||
let isShowingLinkModal: boolean = false;
|
||||
let isShowingCreateModal: boolean = false;
|
||||
let isShowingTransportationModal: boolean = false;
|
||||
let isShowingChecklistModal: boolean = false;
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue