Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/src/lib/components/Home.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
</p>
{#if !isLoggedIn}
<div class="hidden lg:block">
<a href="/login" class="inline-flex items-center bg-white text-gs-green-950 font-outfit font-regular py-3 px-5 rounded-full mx-auto shadow-md shadow-black">
<a href="/inscription" class="inline-flex items-center bg-white text-gs-green-950 font-outfit font-regular py-3 px-5 rounded-full mx-auto shadow-md shadow-black">
<span class="mr-4">{$t('home.video.register')}</span>
<span class="bg-gray-200 px-3 py-1.5 rounded-full flex items-center justify-center">
<i class="fa-solid fa-arrow-right"></i>
Expand Down
Loading