From 5c12b9f6c2a3fa70daabcb23f248d592b6317287 Mon Sep 17 00:00:00 2001 From: condyl Date: Wed, 1 Oct 2025 12:48:37 -0400 Subject: [PATCH] Remove volunteer link from navigation component --- src/app/core/nav/nav.component.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/core/nav/nav.component.ts b/src/app/core/nav/nav.component.ts index a89b519..5526c6c 100644 --- a/src/app/core/nav/nav.component.ts +++ b/src/app/core/nav/nav.component.ts @@ -72,11 +72,11 @@ export class NavComponent implements OnInit { // href: '/competition', // desc: 'Competition', // }, - { - href: 'https://volunteer.brockcsc.ca', - desc: 'Volunteer', - isExternal: true, - }, + // { + // href: 'https://volunteer.brockcsc.ca', + // desc: 'Volunteer', + // isExternal: true, + // }, { href: '/contact', desc: 'Contact',