Skip to content

Commit

Permalink
github link
Browse files Browse the repository at this point in the history
  • Loading branch information
halamix2 committed Aug 5, 2024
1 parent dd86f25 commit 5fb8a35
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,17 @@ const appVersion = import.meta.env.PACKAGE_VERSION
><template v-if="$vuetify.display.mdAndUp">Youtube</template></v-btn
>

<template v-slot:append>
<v-btn
class="px-8"
size="x-large"
height="100%"
prepend-icon="mdi:mdi-github"
to="https://github.com/gramyPomagamy/GPST"
><template v-if="$vuetify.display.mdAndUp">Github</template></v-btn
>
</template>

<!--
<v-app-bar-title v-if="$vuetify.display.smAndDown && !$vuetify.display.xs"
>GPST</v-app-bar-title
Expand Down

0 comments on commit 5fb8a35

Please sign in to comment.