Apply renaming of Card -> ServiceCard to the services page

This commit is contained in:
Neshura 2024-01-02 02:11:23 +01:00
parent 1a761d60cc
commit f80d56c057
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">
{#each services as service}
<Card {service} />
<ServiceCard {service} {icons} />
{/each}
</div>