Skip to content

Commit 94aec9d

Browse files
authored
Merge pull request #3373 from codeeu/dev
Dev
2 parents ffe703a + 79c689d commit 94aec9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/_tookits.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
@foreach($languages as $lang)
5959
@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">
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/codeweek-leaflet.pdf">
6161
<span class="text-base font-semibold leading-7 text-black normal-case">
6262
@lang('snippets.toolkits.5')
6363
</span></a>

0 commit comments

Comments
 (0)