Navbar
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
} from './history';
|
||||
import { notify, prompt } from '$lib/util/notify';
|
||||
import { onMount } from 'svelte';
|
||||
import moment, { lang } from 'moment';
|
||||
import moment from 'moment';
|
||||
|
||||
const HISTORY_SAVE_INTERVAL: number = 60000;
|
||||
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
<ul class="lg:flex items-center justify-between text-base pt-4 lg:pt-0">
|
||||
{#each links as { title, href }}
|
||||
<li>
|
||||
<a class="nav-btn" {href}>{title}</a>
|
||||
<a class="nav-btn" target="_blank" {href}>{title}</a>
|
||||
</li>
|
||||
{/each}
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user