File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 });
2828
2929 const gridMenu = [
30- [" Bahasa Pemograman " , " languages" ],
30+ [" Bahasa" , " languages" ],
3131 [" Alat-alat" , " tools" ],
3232 [" Kerangka Kerja & Pustaka" , " frameworkLibrary" ],
3333 ];
8585 </div >
8686 </div >
8787 <div >
88- {#each gridMenu as menu }
88+ {#each gridMenu as menu ( menu ) }
8989 <section >
9090 <h2 >{menu [0 ]}</h2 >
9191 <div class =" grid gap-2 min-[375px]:grid-cols-2 sm:grid-cols-3 md:grid-cols-4" >
9292 {#each data [menu [1 ]] as { name, icon, color } (name )}
93- <!-- svelte-ignore a11y_no_static_element_interactions -- how to fix it? -- >
93+ <!-- svelte-ignore a11y_no_static_element_interactions -->
9494 <div
9595 class =" group flex cursor-pointer gap-2 rounded-xl border-2 border-neutral-300 p-4 hover:scale-90"
9696 onmouseenter ={applyStyle (` color: ${color }; border-color: ${color }; ` )}
You can’t perform that action at this time.
0 commit comments