Apply renaming of Card -> ServiceCard to the services page

This commit is contained in:
Neshura 2024-01-02 02:11:23 +01:00
parent 0a22ba5e08
commit b685f5e771
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

@ -39,6 +39,6 @@
<div class="flex h-full flex-row flex-wrap justify-center gap-10 overflow-auto p-8"> <div class="flex h-full flex-row flex-wrap justify-center gap-10 overflow-auto p-8">
{#each services as service} {#each services as service}
<Card {service} /> <ServiceCard {service} {icons} />
{/each} {/each}
</div> </div>