Removed powered By section

This commit is contained in:
Connor Yoh 2025-08-28 17:50:51 +01:00
parent 32b0d8c9b9
commit f3d66c189f

View File

@ -104,13 +104,6 @@ export default function Footer({
)} )}
</Flex> </Flex>
{/* Powered by section */}
<Flex justify="center" align="center" gap={"sm"} >
<Text fw={600}>{t('poweredBy', 'Powered by')} </Text>
<a href="https://stirlingpdf.com" className="stirling-link">
Stirling
</a>
</Flex>
</div> </div>
); );
} }