Update src/components/sections/footer/FooterBase.tsx

This commit is contained in:
2026-03-04 19:07:47 +00:00
parent 07cd84f985
commit 1b69bed492

View File

@@ -30,11 +30,11 @@ interface FooterBaseProps {
const FooterBase = ({
// logoSrc = "/brand/logowhite.svg",
logoText = "AstroSec",
logoText = "ASTROSEC",
// logoWidth = 120,
// logoHeight = 40,
columns,
copyrightText = `© 2025 | AstroSec`,
copyrightText = `© 2025 | ASTROSEC`,
onPrivacyClick,
ariaLabel = "Site footer",
className = "",