Initial Commit
This commit is contained in:
@@ -1,15 +1,21 @@
|
||||
<script setup lang="ts"></script>
|
||||
<script setup lang="ts">
|
||||
import { Link } from '@inertiajs/vue3';
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<header class="topbar">
|
||||
<span class="wordmark">Dredge<em>Gram</em></span>
|
||||
<span class="wordmark">
|
||||
<Link href="/" aria-label="Home">
|
||||
Dredge<em>Gram</em>
|
||||
</Link>
|
||||
</span>
|
||||
<span class="icons">
|
||||
<button class="icon-btn" aria-label="Notifications">
|
||||
<span class="mdi mdi-heart"></span>
|
||||
</button>
|
||||
<button class="icon-btn" aria-label="Messages">
|
||||
<Link href="/messages" class="icon-btn" aria-label="Messages">
|
||||
<span class="mdi mdi-message"></span>
|
||||
</button>
|
||||
</Link>
|
||||
</span>
|
||||
</header>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user