@@ -90,19 +90,22 @@ class="cookweek-link hover-underline !text-[#1C4DA1] !text-[16px]"
9090 {{-- resources --}}
9191 <li class =" main-menu-item" >
9292 <a
93- class =" cookweek-link hover-underline !text-[#1C4DA1] !text-[16px] cursor-pointer "
94- onclick = " document.body.clientWidth > 1280 && (window.location. href=' {{ route (' educational-resources' ) } }') "
93+ class =" cookweek-link hover-underline !text-[#1C4DA1] !text-[16px]"
94+ href =" {{ route (' educational-resources' ) } }"
9595 >
9696 @lang (' menu.resources' )
9797 <img class =" arrow-icon" src =" /images/chevron-down-icon.svg" alt =" " >
9898 </a >
9999 <ul class =" sub-menu" >
100100 <li class =" menu-title max-xl:!hidden" >
101- <a class =" flex gap-2 items-center" href =" {{ route (' educational-resources' )} }" >
101+ <a class =" flex gap-2 items-center" href =" {{ route (' educational-resources' )} }" >
102102 @lang (' menu.resources' )
103103 <img src =" /images/arrow-right-icon.svg" class =" menu-title-icon" />
104104 </a >
105105 </li >
106+ <li class =" xl:hidden" >
107+ <a class =" cookweek-link hover-underline" href =" {{ route (' educational-resources' ) } }" >@lang (' menu.resources' )</a >
108+ </li >
106109 <li class =" flex flex-col gap-16 xl:flex-row" >
107110 @php
108111 $resourcesDropdownSections = $resourcesDropdownSections ?? collect ();
@@ -231,13 +234,14 @@ class="absolute top-0 left-0 w-full h-full"
231234 {{-- community --}}
232235 <li class =" main-menu-item" >
233236 <a
234- class =" cookweek-link hover-underline !text-[#1C4DA1] !text-[16px] cursor-pointer "
235- onclick = " document.body.clientWidth > 1280 && (window.location. href=' {{ route (' community' ) } }') "
237+ class =" cookweek-link hover-underline !text-[#1C4DA1] !text-[16px]"
238+ href =" {{ route (' community' ) } }"
236239 >
237240 @lang (' community.titles.0' )
238241 <img class =" arrow-icon" src =" /images/chevron-down-icon.svg" alt =" " >
239242 </a >
240243 <ul class =" sub-menu" >
244+ <li class =" xl:hidden" ><a class =" cookweek-link hover-underline" href =" {{ route (' community' ) } }" >@lang (' community.titles.0' )</a ></li >
241245 <li ><a class =" cookweek-link hover-underline" href =" {{ route (' grassroots-grants' ) } }" >@lang (' menu.grassroots_grants' )</a ></li >
242246 </ul >
243247 </li >
@@ -290,13 +294,14 @@ class="cookweek-link hover-underline !text-[#1C4DA1] !text-[16px]"
290294 {{-- blog --}}
291295 <li class =" main-menu-item" >
292296 <a
293- class =" cookweek-link hover-underline !text-[#1C4DA1] !text-[16px] cursor-pointer "
294- onclick = " document.body.clientWidth > 1280 && (window.location. href=' https://codeweek.eu/blog/') "
297+ class =" cookweek-link hover-underline !text-[#1C4DA1] !text-[16px]"
298+ href =" https://codeweek.eu/blog/"
295299 >
296300 @lang (' menu.blog' )
297301 <img class =" arrow-icon" src =" /images/chevron-down-icon.svg" alt =" " >
298302 </a >
299303 <ul class =" sub-menu" >
304+ <li class =" xl:hidden" ><a class =" cookweek-link hover-underline" href =" https://codeweek.eu/blog/" >@lang (' menu.blog' )</a ></li >
300305 <li ><a class =" cookweek-link hover-underline" href =" https://forms.office.com/Pages/ResponsePage.aspx?id=18F13DIal06vkB3AGRHqbCnyIKB_vXdLsUgagfjd7DRUN1dZTVYxSkJNQ1VWSlVZNlpBOFAyN0g4UC4u& ; embed=true" target =" _blank" rel =" noopener" >@lang (' menu.share_your_stories' )</a ></li >
301306 </ul >
302307 </li >
0 commit comments