minor: typo in component name

This commit is contained in:
2026-01-30 11:50:37 -05:00
parent 3199835e83
commit 5161bff624

View File

@@ -5,7 +5,7 @@ const { data: siteOptions } = await useSiteOptions();
<template>
<footer class="bg-accented links:link-prose">
<div class="container py-6">
<AcfSocialProfiles :social="parseAcfSocial(siteOptions)" />
<AcfSocial :social="parseAcfSocial(siteOptions)" />
</div>
<SiteFooterBottom />
</footer>