Skip to content

Commit

Permalink
style: add github to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
duchunter committed Aug 8, 2023
1 parent ff1ed8d commit 175a520
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
8 changes: 8 additions & 0 deletions src/renderer/components/landing/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@
>
<i class="fab fa-twitter mt-2" />
</a>
<a
class="text-black-600 landing-font-22 landing-transition mr-6 w-10 h-10 text-center border hover:border-green"
style="border-radius: 50%"
target="_blank"
href="https://github.com/lockerpm"
>
<i class="fab fa-github mt-2" />
</a>
</div>
<div class="flex mt-[20px]">
<a
Expand Down
7 changes: 2 additions & 5 deletions src/renderer/components/landing/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,9 @@
<a
href="https://github.com/lockerpm"
target="_blank"
class="nav-item btn !font-normal flex items-center"
class="nav-item btn !font-normal"
>
<img
src="https://id.locker.io/img/logo/github.svg"
style="height: 18px; margin-right: 8px"
>
<i class="fab fa-github mr-1" />
Open-source
</a>

Expand Down

0 comments on commit 175a520

Please sign in to comment.