Skip to content

Commit

Permalink
Update GH link to redirect to the new page
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhEugene committed Jan 28, 2024
1 parent 65eabb9 commit 885457a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ onMounted(() => {
<ManagementPanel v-else />
<a
class="fixed bottom-0 left-0 p-2 border-t border-r rounded-tr-xl transition-colors hover:bg-secondary/80 focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring"
target="_blank"
referrerpolicy="no-referrer"
href="https://github.com/SuhEugene/plug13">
<GithubLogoIcon class="w-4 h-4" />
</a>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plug13",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 885457a

Please sign in to comment.