fix links
This commit is contained in:
parent
ed44e2f832
commit
051cf14445
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
<div
|
<div
|
||||||
class="text-black mb-4 text-[1.4em] w-[22em] text-center items-center justify-center bg-gray-200 rounded-lg p-4 group hover:scale-110 transition-all duration-500"
|
class="text-black mb-4 text-[1.4em] w-[22em] text-center items-center justify-center bg-gray-200 rounded-lg p-4 group hover:scale-110 transition-all duration-500"
|
||||||
>
|
>
|
||||||
<a class="" href="./qp/mentor2024">
|
<a class="" href="./mentor2024">
|
||||||
<div class="text-[1.2em] font-medium">
|
<div class="text-[1.2em] font-medium">
|
||||||
Mentor Signup 2024
|
Mentor Signup 2024
|
||||||
</div>
|
</div>
|
||||||
|
@ -34,7 +34,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
<div
|
<div
|
||||||
class="text-black mb-4 text-[1.4em] w-[22em] text-center items-center justify-center bg-gray-200 rounded-lg p-4 group hover:scale-110 transition-all duration-500"
|
class="text-black mb-4 text-[1.4em] w-[22em] text-center items-center justify-center bg-gray-200 rounded-lg p-4 group hover:scale-110 transition-all duration-500"
|
||||||
>
|
>
|
||||||
<a class="" href="./qp/participant2024">
|
<a class="" href="./participant2024">
|
||||||
<div class="text-[1.2em] font-medium">
|
<div class="text-[1.2em] font-medium">
|
||||||
Participant Signup 2024
|
Participant Signup 2024
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue