Skip to content

Commit

Permalink
feat(footer): added github to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
fieztazica committed Jan 25, 2024
1 parent 8b71d86 commit 27fb957
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion components/layouts/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,17 @@ function Footer() {
height={35}
></Image>
</aside>

<nav className="grid-flow-col gap-4 md:place-self-center md:justify-self-end text-bamboo-100 opacity-50">
Phiên bản {packageJson['version']}
<a
className="items-center grid-flow-col hover:underline"
href="https://github.com/Owlvernyte/cotuong-frontend"
target="_blank"
rel="noopener"
>
GitHub
</a>
<span>Phiên bản {packageJson['version']}</span>
</nav>
</footer>
</div>
Expand Down

0 comments on commit 27fb957

Please sign in to comment.