Skip to content

Commit

Permalink
Merge pull request #175 from jason5ng32/dev
Browse files Browse the repository at this point in the history
UI fixed
  • Loading branch information
jason5ng32 authored Apr 16, 2024
2 parents 3e0ad96 + 2a11ab5 commit cca974b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/nav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
@click="collapseNav(); $trackEvent('Nav', 'NavClick', 'AdvancedTools')"> {{ $t('nav.AdvancedTools') }}</a>
</div>
<a :href="$t('page.footerLink')" class="btn jn-fs" id="githubStars"
:class="[isDarkMode ? 'btn-outline-light' : 'btn-dark']" target="_blank"
:class="{ 'btn-outline-light' : isDarkMode, 'btn-dark': !isDarkMode, 'mt-2': isMobile, 'ms-2': !isMobile}" target="_blank"
@click="$trackEvent('Footer', 'FooterClick', 'Github');" aria-label="Github">
<div><i class="bi bi-github"></i></div>
<div class="row flex-column ">
Expand Down

0 comments on commit cca974b

Please sign in to comment.