Skip to content

Commit

Permalink
Merge pull request #66 from OceanOak/updates-3
Browse files Browse the repository at this point in the history
Fix signup page
  • Loading branch information
OceanOak authored Feb 20, 2024
2 parents eed177f + 4e62598 commit 7fbb009
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions public/classic/signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@
class="absolute hidden w-full bg-light-background text-black pt-1 rounded-lg border border-blue"
>
<ul>
<li class="hover:bg-blue hover:text-white">
<a
class="py-2 px-4 block mx-2 border-b border-b-blue/25"
href="/classic"
>About</a
>
</li>
<li class="hover:bg-blue hover:text-white">
<a
class="py-2 px-4 block mx-2 border-b border-b-blue/25"
Expand All @@ -63,9 +70,7 @@
>
</li>
<li class="hover:bg-blue hover:text-white rounded-b-lg">
<a class="py-2 px-4 block" href="./classic/signup"
>Sign up</a
>
<a class="py-2 px-4 block" href="/signup">Sign up</a>
</li>
</ul>
</div>
Expand Down Expand Up @@ -135,6 +140,11 @@
>Sponsor us</a
>
</li>
<li class="hover:text-blue border-b md:border-none">
<a href="/" class="block py-2 pl-3 pr-4">
<span>Darklang Next</span>
</a>
</li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 7fbb009

Please sign in to comment.