diff --git a/src/components/widgets/OurProjects.astro b/src/components/widgets/OurProjects.astro index a686b03..65b4c3a 100644 --- a/src/components/widgets/OurProjects.astro +++ b/src/components/widgets/OurProjects.astro @@ -40,7 +40,7 @@ const {

{name}

{description}

-

Meeting Times

+

Meeting Times 🕒

{meetingInfo}

diff --git a/src/navigationData.ts b/src/navigationData.ts index 9a5c970..571a610 100644 --- a/src/navigationData.ts +++ b/src/navigationData.ts @@ -57,7 +57,7 @@ export const headerData: HeaderData = { href: getPermalink('/contact'), }, ], - actions: [{ variant: 'primary', text: 'JOIN', href: getHomePermalink() + '#get-involved' }], + actions: [{ variant: 'primary', text: 'JOIN 🚀', href: getHomePermalink() + '#get-involved' }], }; export const footerData = { diff --git a/src/pages/index.astro b/src/pages/index.astro index b9fece6..6abc392 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -145,7 +145,7 @@ const metadata = {