Apply renaming of Card -> ServiceCard to the services page
This commit is contained in:
parent
0a22ba5e08
commit
b685f5e771
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue