Skip to content

Commit

Permalink
add button to /dash/stundenplan on index
Browse files Browse the repository at this point in the history
  • Loading branch information
probablyjassin committed Nov 14, 2024
1 parent 99b6852 commit ccf9941
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
<p>Zum Github-Repo:</p>
<a class="text-accent underline" href="https://github.com/probablyjassin/studenplancampusdual">probablyjassin/stundenplancampusdual</a>
</span>
<UButton v-if="isLoggedIn" to="/dash/stundenplan" block class="w-1/3">Zum Stundenplan</UButton>
</div>
</div>
</template>

<script setup>
const isLoggedIn = useState("isLoggedIn", (() => false))
</script>

0 comments on commit ccf9941

Please sign in to comment.