Name the application Owltide
The name is inspired by the watchful owl perching from the tree tops with complete overview of all that's going on combined with -tide in the sense it's used for in words like summertide and eastertide.
This commit is contained in:
parent
1b5fd9f72a
commit
9592cd3160
9 changed files with 45 additions and 59 deletions
|
@ -4,7 +4,7 @@
|
|||
-->
|
||||
<template>
|
||||
<main>
|
||||
<h1>Schedule Demo</h1>
|
||||
<h1>Owltide</h1>
|
||||
<ul>
|
||||
<li>
|
||||
<NuxtLink to="/schedule">View Schedule</NuxtLink>
|
||||
|
@ -26,5 +26,8 @@
|
|||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
useHead({
|
||||
title: "Index",
|
||||
});
|
||||
const accountStore = useAccountStore();
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue