diff --git a/code/frontend/src/app/shared/components/support-section/support-section.component.html b/code/frontend/src/app/shared/components/support-section/support-section.component.html
index 741a8cc2..45500f6a 100644
--- a/code/frontend/src/app/shared/components/support-section/support-section.component.html
+++ b/code/frontend/src/app/shared/components/support-section/support-section.component.html
@@ -25,7 +25,7 @@
-
+
diff --git a/code/frontend/src/app/shared/components/support-section/support-section.component.ts b/code/frontend/src/app/shared/components/support-section/support-section.component.ts
index bf124613..a1913d0b 100644
--- a/code/frontend/src/app/shared/components/support-section/support-section.component.ts
+++ b/code/frontend/src/app/shared/components/support-section/support-section.component.ts
@@ -17,10 +17,4 @@ import { TagModule } from 'primeng/tag';
styleUrl: './support-section.component.scss'
})
export class SupportSectionComponent {
-
- onDonateClick(event: Event): void {
- event.preventDefault();
- // TODO: Navigate to donation page when implemented
- console.log('Donation functionality coming soon!');
- }
}