feat: AcfPhone
This commit is contained in:
@@ -3,12 +3,13 @@ const { data: siteOptions } = await useSiteOptions();
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<footer class="links:link-prose bg-muted">
|
||||
<footer v-if="siteOptions" class="bg-muted links:link-underline">
|
||||
<div class="container py-3">
|
||||
<AcfSocial
|
||||
:social="siteOptions?.social"
|
||||
:social="siteOptions.social"
|
||||
class="flex items-center gap-1.5 links:link-opacity"
|
||||
></AcfSocial>
|
||||
<AcfPhone :phone="siteOptions.phoneNumber" link></AcfPhone>
|
||||
</div>
|
||||
<SiteFooterBottom />
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user