Skip to content

Commit

Permalink
Fix/Navbar link (#48)
Browse files Browse the repository at this point in the history
Co-authored-by: Yehor Podporinov <[email protected]>
  • Loading branch information
yehor-podporinov and Yehor Podporinov authored Oct 24, 2023
1 parent da3d831 commit c551112
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/AppNavbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
</button>
<nav v-else class="app-navbar__nav">
<app-button
class="app-navbar__nav-link"
:text="$t('app-navbar.link-text')"
:href="config.COMPANY_URL"
color="none"
Expand Down Expand Up @@ -92,6 +93,10 @@ $gap-burger-btn-line: toRem(8);
gap: toRem(12);
}
.app-navbar .app-navbar__nav-link {
font-family: var(--app-font-family-secondary);
}
.app-navbar__burger-btn {
position: relative;
display: flex;
Expand Down

0 comments on commit c551112

Please sign in to comment.