minor: typo in component name
This commit is contained in:
@@ -5,7 +5,7 @@ const { data: siteOptions } = await useSiteOptions();
|
|||||||
<template>
|
<template>
|
||||||
<footer class="bg-accented links:link-prose">
|
<footer class="bg-accented links:link-prose">
|
||||||
<div class="container py-6">
|
<div class="container py-6">
|
||||||
<AcfSocialProfiles :social="parseAcfSocial(siteOptions)" />
|
<AcfSocial :social="parseAcfSocial(siteOptions)" />
|
||||||
</div>
|
</div>
|
||||||
<SiteFooterBottom />
|
<SiteFooterBottom />
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
Reference in New Issue
Block a user