Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirohonda committed Aug 23, 2024
1 parent 19b6edb commit bc5a739
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions apps/learn-german/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<head>
<meta charset="utf-8" />
<title>Learn German App</title>
<base href="/" />

<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
Expand Down Expand Up @@ -107,14 +106,14 @@ <h2 class="text-1xl md:text:2xl text-yellow-200 py-[8px]">Links</h2>
<ul>
<li>
<a
href="./simple-expressions"
href="simple-expressions"
class="text-green-300 hover:underline hover:text-blue-300 active:text-red-300"
>Simple Expressions</a
>
</li>
<li>
<a
href="./verbs"
href="verbs"
class="text-green-300 hover:underline hover:text-blue-300 active:text-red-300"
>verbs</a
>
Expand Down

0 comments on commit bc5a739

Please sign in to comment.