Skip to content

Commit

Permalink
refactor: Update app.vue to include GitHub login button
Browse files Browse the repository at this point in the history
TODO
- Add GitHub Authentication
- Show Error Messages on Front-end
  • Loading branch information
ItsukiKigoshi committed Feb 11, 2025
1 parent fef2131 commit bf7caf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
<NuxtLink to="/">東雲文庫/Shinonome Bunko (Preview)</NuxtLink>
</v-app-bar-title>
<v-spacer />
<v-btn>Login with GitHub</v-btn>
<v-btn
href="https://github.com/itsukikigoshi/shinonome-bunko"
icon="mdi-github"
target="_blank"
></v-btn>
<v-btn>Login with GitHub</v-btn>
</v-app-bar>
<v-main>
<NuxtPage />
Expand Down

0 comments on commit bf7caf6

Please sign in to comment.