We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ffe703a + 79c689d commit 94aec9dCopy full SHA for 94aec9d
resources/views/_tookits.blade.php
@@ -57,7 +57,7 @@
57
58
@foreach($languages as $lang)
59
@if($lang === $locale)
60
- <a class="text-center no-underline w-full lg:w-fit bg-[#F95C22] rounded-full py-2.5 px-6 font-['Blinker'] hover:bg-hover-orange duration-300" href="https://codeweek-s3.s3.eu-west-1.amazonaws.com/docs/leaflet/2025/codeweek-leaflet-2025-{{strtoupper($lang)}}.pdf">
+ <a class="text-center no-underline w-full lg:w-fit bg-[#F95C22] rounded-full py-2.5 px-6 font-['Blinker'] hover:bg-hover-orange duration-300" href="https://codeweek-s3.s3.eu-west-1.amazonaws.com/docs/leaflet/codeweek-leaflet.pdf">
61
<span class="text-base font-semibold leading-7 text-black normal-case">
62
@lang('snippets.toolkits.5')
63
</span></a>
0 commit comments