We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4c3a3f + e99ae91 commit 63e40cbCopy full SHA for 63e40cb
src/pages/[lang]/applications/index.astro
@@ -56,7 +56,7 @@ const t = await getFixedT(locale);
56
<div class="flex mx-auto">
57
<a href=`/${locale}/applications/search` class="mx-auto">
58
<button
59
- class="px-8 py-2 bg-white text-black rounded-full font-bold mt-16 text-xl hover:bg-zinc-500 hover:text-white">
+ class="px-8 py-2 bg-white text-black rounded-full font-bold text-xl hover:bg-zinc-500 hover:text-white">
60
{t('applications.search_button')}
61
</button>
62
</a>
0 commit comments