diff --git a/src/components/CustomStyles.astro b/src/components/CustomStyles.astro index 5f46071..5d2b974 100644 --- a/src/components/CustomStyles.astro +++ b/src/components/CustomStyles.astro @@ -60,4 +60,9 @@ import '@fontsource-variable/inter'; color: snow; } } + + .link { + text-decoration: underline; + color: var(--aw-color-primary); + } diff --git a/src/components/widgets/Socials.astro b/src/components/widgets/Socials.astro index 0e1bb40..a59b27c 100644 --- a/src/components/widgets/Socials.astro +++ b/src/components/widgets/Socials.astro @@ -1,5 +1,6 @@ --- import { Icon } from "astro-icon/components"; +import { twMerge } from "tailwind-merge"; const { linkedins = [], @@ -7,13 +8,12 @@ const { facebooks = [], youtubes = [], instagrams = [], - classes = [], + classes, } = Astro.props; ---
Email us at:
- Find the right person on our Leadership page. + Find the right person on our + Leadership + page.