mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2026-01-28 00:10:47 -05:00
Refactor code to remove unused variable and add meta tags for shared collections page
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user