mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-24 10:51:27 +00:00
Merge pull request #108 from wen-templari/fix/merge-conflicts
Fix merge conflicts in HeaderNavigation component
This commit is contained in:
commit
d59bbfa7c7
1 changed files with 4 additions and 3 deletions
|
|
@ -86,13 +86,14 @@ export default function App() {
|
|||
<NavbarItem>
|
||||
<Link
|
||||
color="foreground"
|
||||
className="flex items-center gap-2 w-full py-1 font-semibold"
|
||||
size="lg"
|
||||
href="https://github.com/nbtca"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="flex items-center"
|
||||
>
|
||||
Github
|
||||
<img src="/src/pages/_assets/github-mark.svg" alt="GitHub" className="w-6 h-6" />
|
||||
<img src={GithubMark.src} alt="GitHub" className="w-6 h-6" />
|
||||
<span>Github</span>
|
||||
</Link>
|
||||
</NavbarItem>
|
||||
</NavbarMenu>
|
||||
|
|
|
|||
Loading…
Reference in a new issue