Skip to content

Commit

Permalink
Fix home path
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirohonda committed Aug 27, 2024
1 parent e3fc77b commit 2a29f80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/learn-german/auxiliary-verbs.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h2 class="text-1xl md:text:2xl text-yellow-200 py-[8px]">Links</h2>
<ul>
<li>
<a
href="/"
href="./"
class="text-green-300 hover:underline hover:text-blue-300 active:text-red-300"
>Home</a
>
Expand Down
2 changes: 1 addition & 1 deletion apps/learn-german/conversations.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ <h2 class="text-1xl md:text:2xl text-yellow-200 py-[8px]">Links</h2>
<ul>
<li>
<a
href="/"
href="./"
class="text-green-300 hover:underline hover:text-blue-300 active:text-red-300"
>Home</a
>
Expand Down
2 changes: 1 addition & 1 deletion apps/learn-german/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ <h2 class="text-2xl md:text:3xl text-yellow-300 pt-[16px] pb-[24px]">
<a
href="./verbs"
class="text-green-300 hover:underline hover:text-blue-300 active:text-red-300"
>verbs</a
>Verbs</a
>
</li>
<li>
Expand Down

0 comments on commit 2a29f80

Please sign in to comment.