From 1246d1d0277829e1a039f844ad6644fb48dc9fab Mon Sep 17 00:00:00 2001 From: Tyler Hill Date: Mon, 8 Sep 2025 13:48:20 -0500 Subject: [PATCH 1/2] =?UTF-8?q?Typos=20=F0=9F=98=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/contact/page.tsx | 4 ++-- src/app/layout.tsx | 4 ++-- src/app/not-found.tsx | 4 ++-- src/app/philanthropy/page.tsx | 4 ++-- src/app/recruitment/page.tsx | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 0cbc513..ba395b5 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,10 +8,10 @@ import Section from '@/components/Section'; export const metadata: Metadata = { title: 'Contact', - description: 'Contact the Tau Delta chaper of Phi Gamma Delta (FIJI).', + description: 'Contact the Tau Delta chapter of Phi Gamma Delta (FIJI).', openGraph: { title: 'Contact', - description: 'Contact the Tau Delta chaper of Phi Gamma Delta (FIJI).', + description: 'Contact the Tau Delta chapter of Phi Gamma Delta (FIJI).', url: '/contact', }, alternates: { diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0fa904d..b9a62f5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -58,13 +58,13 @@ export const metadata: Metadata = { template: '%s - UTD FIJI', default: 'UTD FIJI', }, - description: 'The Tau Delta chaper of Phi Gamma Delta (FIJI).', + description: 'The Tau Delta chapter of Phi Gamma Delta (FIJI).', openGraph: { title: { template: '%s - UTD FIJI', default: 'UTD FIJI', }, - description: 'The Tau Delta chaper of Phi Gamma Delta (FIJI).', + description: 'The Tau Delta chapter of Phi Gamma Delta (FIJI).', url: '/', type: 'website', }, diff --git a/src/app/not-found.tsx b/src/app/not-found.tsx index 9151330..9612dec 100644 --- a/src/app/not-found.tsx +++ b/src/app/not-found.tsx @@ -6,10 +6,10 @@ import Page from '@/components/Page'; export const metadata: Metadata = { title: '404', - description: 'Not found in the Tau Delta chaper of Phi Gamma Delta (FIJI) website.', + description: 'Not found in the Tau Delta chapter of Phi Gamma Delta (FIJI) website.', openGraph: { title: '404', - description: 'Not found in the Tau Delta chaper of Phi Gamma Delta (FIJI) website.', + description: 'Not found in the Tau Delta chapter of Phi Gamma Delta (FIJI) website.', url: '/404', }, alternates: { diff --git a/src/app/philanthropy/page.tsx b/src/app/philanthropy/page.tsx index 0e911d9..6536295 100644 --- a/src/app/philanthropy/page.tsx +++ b/src/app/philanthropy/page.tsx @@ -11,10 +11,10 @@ import Section from '@/components/Section'; export const metadata: Metadata = { title: 'Philanthropy', - description: 'Philanthropy for the Tau Delta chaper of Phi Gamma Delta (FIJI).', + description: 'Philanthropy for the Tau Delta chapter of Phi Gamma Delta (FIJI).', openGraph: { title: 'Philanthropy', - description: 'Philanthropy for the Tau Delta chaper of Phi Gamma Delta (FIJI).', + description: 'Philanthropy for the Tau Delta chapter of Phi Gamma Delta (FIJI).', url: '/philanthropy', }, alternates: { diff --git a/src/app/recruitment/page.tsx b/src/app/recruitment/page.tsx index fa4e344..fca7a81 100644 --- a/src/app/recruitment/page.tsx +++ b/src/app/recruitment/page.tsx @@ -9,10 +9,10 @@ import Section from '@/components/Section'; export const metadata: Metadata = { title: 'Recruitment', - description: 'Recruitment for the Tau Delta chaper of Phi Gamma Delta (FIJI).', + description: 'Recruitment for the Tau Delta chapter of Phi Gamma Delta (FIJI).', openGraph: { title: 'Recruitment', - description: 'Recruitment for the Tau Delta chaper of Phi Gamma Delta (FIJI).', + description: 'Recruitment for the Tau Delta chapter of Phi Gamma Delta (FIJI).', url: '/recruitment', }, alternates: { From 2fd8116be0d652696686582324385531ce93253e Mon Sep 17 00:00:00 2001 From: Tyler Hill Date: Mon, 8 Sep 2025 13:49:02 -0500 Subject: [PATCH 2/2] Tau Delta -> UT Dallas as its more well known --- src/app/contact/page.tsx | 4 ++-- src/app/layout.tsx | 4 ++-- src/app/not-found.tsx | 4 ++-- src/app/philanthropy/page.tsx | 4 ++-- src/app/recruitment/page.tsx | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index ba395b5..690b4fe 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,10 +8,10 @@ import Section from '@/components/Section'; export const metadata: Metadata = { title: 'Contact', - description: 'Contact the Tau Delta chapter of Phi Gamma Delta (FIJI).', + description: 'Contact the UT Dallas chapter of Phi Gamma Delta (FIJI).', openGraph: { title: 'Contact', - description: 'Contact the Tau Delta chapter of Phi Gamma Delta (FIJI).', + description: 'Contact the UT Dallas chapter of Phi Gamma Delta (FIJI).', url: '/contact', }, alternates: { diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b9a62f5..dc38066 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -58,13 +58,13 @@ export const metadata: Metadata = { template: '%s - UTD FIJI', default: 'UTD FIJI', }, - description: 'The Tau Delta chapter of Phi Gamma Delta (FIJI).', + description: 'The UT Dallas chapter of Phi Gamma Delta (FIJI).', openGraph: { title: { template: '%s - UTD FIJI', default: 'UTD FIJI', }, - description: 'The Tau Delta chapter of Phi Gamma Delta (FIJI).', + description: 'The UT Dallas chapter of Phi Gamma Delta (FIJI).', url: '/', type: 'website', }, diff --git a/src/app/not-found.tsx b/src/app/not-found.tsx index 9612dec..5fe1acd 100644 --- a/src/app/not-found.tsx +++ b/src/app/not-found.tsx @@ -6,10 +6,10 @@ import Page from '@/components/Page'; export const metadata: Metadata = { title: '404', - description: 'Not found in the Tau Delta chapter of Phi Gamma Delta (FIJI) website.', + description: 'Not found in the UT Dallas chapter of Phi Gamma Delta (FIJI) website.', openGraph: { title: '404', - description: 'Not found in the Tau Delta chapter of Phi Gamma Delta (FIJI) website.', + description: 'Not found in the UT Dallas chapter of Phi Gamma Delta (FIJI) website.', url: '/404', }, alternates: { diff --git a/src/app/philanthropy/page.tsx b/src/app/philanthropy/page.tsx index 6536295..a5cb017 100644 --- a/src/app/philanthropy/page.tsx +++ b/src/app/philanthropy/page.tsx @@ -11,10 +11,10 @@ import Section from '@/components/Section'; export const metadata: Metadata = { title: 'Philanthropy', - description: 'Philanthropy for the Tau Delta chapter of Phi Gamma Delta (FIJI).', + description: 'Philanthropy for the UT Dallas chapter of Phi Gamma Delta (FIJI).', openGraph: { title: 'Philanthropy', - description: 'Philanthropy for the Tau Delta chapter of Phi Gamma Delta (FIJI).', + description: 'Philanthropy for the UT Dallas chapter of Phi Gamma Delta (FIJI).', url: '/philanthropy', }, alternates: { diff --git a/src/app/recruitment/page.tsx b/src/app/recruitment/page.tsx index fca7a81..c28c022 100644 --- a/src/app/recruitment/page.tsx +++ b/src/app/recruitment/page.tsx @@ -9,10 +9,10 @@ import Section from '@/components/Section'; export const metadata: Metadata = { title: 'Recruitment', - description: 'Recruitment for the Tau Delta chapter of Phi Gamma Delta (FIJI).', + description: 'Recruitment for the UT Dallas chapter of Phi Gamma Delta (FIJI).', openGraph: { title: 'Recruitment', - description: 'Recruitment for the Tau Delta chapter of Phi Gamma Delta (FIJI).', + description: 'Recruitment for the UT Dallas chapter of Phi Gamma Delta (FIJI).', url: '/recruitment', }, alternates: {