Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/patch1-add-htb-and-thm-links' in…
Browse files Browse the repository at this point in the history
…to patch1-add-htb-and-thm-links
  • Loading branch information
Yeetomeister committed Mar 29, 2024
2 parents 509545e + 6d4510c commit 74b7971
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Made by me, to learn:
- Next.js
- Typescript
- TailWindCSS
- Vercel
- Vercel
8 changes: 4 additions & 4 deletions oppgaver/oppgave-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ import Link from "next/link";
export function Navigation() {
return (
<nav className="flex gap-4">
<Link href="/">
<a className="text-blue-300 hover:text-blue-100">Hjem</a>
<Link className="text-blue-300 hover:text-blue-100" href="/">
Hjem
</Link>
<Link href="/prosjekter">
<a className="text-blue-300 hover:text-blue-100">Prosjekter</a>
<Link className="text-blue-300 hover:text-blue-100" href="/prosjekter">
Prosjekter
</Link>
</nav>
);
Expand Down

0 comments on commit 74b7971

Please sign in to comment.