Skip to content

Commit

Permalink
Add some emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
Powerlated committed Aug 23, 2024
1 parent 8297d90 commit e4090d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/widgets/OurProjects.astro
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const {
<h3 class="text-xl font-bold font-heading pb-2 py-7">{name}</h3>
<p class="">{description}</p>

<h3 class="text-large font-bold my-4">Meeting Times</h3>
<h3 class="text-large font-bold my-4">Meeting Times 🕒</h3>

<p>{meetingInfo}</p>

Expand Down
2 changes: 1 addition & 1 deletion src/navigationData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const metadata = {

<Steps
id="get-involved"
title="Get Involved"
title="Get Involved 🚀"
items={[
{
title:
Expand Down

0 comments on commit e4090d0

Please sign in to comment.