Skip to content

Commit

Permalink
Merge pull request #2176 from codeeu/2147-challenges-2023
Browse files Browse the repository at this point in the history
Escape Room Update
  • Loading branch information
alainvd authored Oct 17, 2023
2 parents 186e29d + a65d817 commit c0d5a1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
@if($locale !== 'me')
Click <a class="uppercase text-blue-800 underline" href="https://codeweek-s3.s3.eu-west-1.amazonaws.com/cw2023/{{strtolower($locale)}}_escape_coding.docx">HERE</a> to download the questions for the escape room in your language as a word document.<br/>
@endif
@lang('challenges.download.0') <a href="https://codeweek-s3.s3.eu-west-1.amazonaws.com/cw2023/$slug.docx" class="uppercase text-blue-800 underline">@lang('challenges.download.1')</a> @lang('challenges.download.2').
@lang('challenges.download.0') <a href="https://codeweek-s3.s3.eu-west-1.amazonaws.com/cw2023/{{$slug}}.docx" class="uppercase text-blue-800 underline">@lang('challenges.download.1')</a> @lang('challenges.download.2').

</div>

Expand Down

0 comments on commit c0d5a1e

Please sign in to comment.