Blog listing
All checks were successful
Deploy / build-and-publish (push) Successful in 1m19s
Deploy / deploy (push) Successful in 14s

This commit is contained in:
2024-09-30 02:20:59 +03:00
parent 4087c30687
commit 2a3e59921b
5 changed files with 20 additions and 30 deletions

View File

@@ -25,6 +25,7 @@
class="project__gallery grid gap-1 grid-flow-col mb-4 mt-auto md:rounded"
>
{#each project.images as image}
<!-- svelte-ignore a11y-no-noninteractive-element-interactions a11y-click-events-have-key-events -->
<img
class="rounded"
alt={`${$t(project.nameSlug)} screenshot`}