Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/app/contact/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 UT Dallas chapter of Phi Gamma Delta (FIJI).',
openGraph: {
title: 'Contact',
description: 'Contact the Tau Delta chaper of Phi Gamma Delta (FIJI).',
description: 'Contact the UT Dallas chapter of Phi Gamma Delta (FIJI).',
url: '/contact',
},
alternates: {
Expand Down
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 UT Dallas 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 UT Dallas chapter of Phi Gamma Delta (FIJI).',
url: '/',
type: 'website',
},
Expand Down
4 changes: 2 additions & 2 deletions src/app/not-found.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 UT Dallas 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 UT Dallas chapter of Phi Gamma Delta (FIJI) website.',
url: '/404',
},
alternates: {
Expand Down
4 changes: 2 additions & 2 deletions src/app/philanthropy/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 UT Dallas 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 UT Dallas chapter of Phi Gamma Delta (FIJI).',
url: '/philanthropy',
},
alternates: {
Expand Down
4 changes: 2 additions & 2 deletions src/app/recruitment/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 UT Dallas 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 UT Dallas chapter of Phi Gamma Delta (FIJI).',
url: '/recruitment',
},
alternates: {
Expand Down