Skip to content

Commit

Permalink
improve dash loading
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght committed Dec 10, 2023
1 parent 60d7539 commit 5441a59
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 17 deletions.
17 changes: 0 additions & 17 deletions src/routes/dashboard/+layout.svelte

This file was deleted.

7 changes: 7 additions & 0 deletions src/routes/dashboard/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,13 @@
});
</script>

<svelte:head>
<title>BTC Map - Dashboard</title>
<meta property="og:image" content="https://btcmap.org/images/og/dash.png" />
<meta property="twitter:title" content="BTC Map - Dashboard" />
<meta property="twitter:image" content="https://btcmap.org/images/og/dash.png" />
</svelte:head>

<div class="bg-teal dark:bg-dark">
<Header />
<div class="mx-auto w-10/12 xl:w-[1200px]">
Expand Down

0 comments on commit 5441a59

Please sign in to comment.