From f3d66c189fb286d3bf53f7263342adf0ca623b1b Mon Sep 17 00:00:00 2001 From: Connor Yoh Date: Thu, 28 Aug 2025 17:50:51 +0100 Subject: [PATCH] Removed powered By section --- frontend/src/components/shared/Footer.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/frontend/src/components/shared/Footer.tsx b/frontend/src/components/shared/Footer.tsx index c794df07c..d3766c50f 100644 --- a/frontend/src/components/shared/Footer.tsx +++ b/frontend/src/components/shared/Footer.tsx @@ -104,13 +104,6 @@ export default function Footer({ )} - {/* Powered by section */} - - {t('poweredBy', 'Powered by')} - - Stirling - - ); }