feat: added images

This commit is contained in:
2026-04-27 16:46:26 +02:00
parent 0160c2aec6
commit 87fe28cbfc
6 changed files with 43 additions and 19 deletions
+1 -1
View File
@@ -163,7 +163,7 @@
<span class="project-link">{{ project.title }}</span>
</div>
<div class="project-languages" aria-label="Project languages">
@for (language of project.languages; track language + '-' + $index) {
@for (language of project.skills; track language + '-' + $index) {
<span class="project-language-chip">{{ language }}</span>
}
</div>