diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx index 338351b4..58339110 100644 --- a/src/components/Footer/Footer.tsx +++ b/src/components/Footer/Footer.tsx @@ -14,7 +14,7 @@ const VARIANTS = { login: DEFAULT_LOGIN_CLASS, } -export const Footer = ({ brand = 'Rootstock Labs', variant = 'login' }: Props) => { +export const Footer = ({ brand = 'RootstockCollective', variant = 'login' }: Props) => { const year = new Date().getFullYear() return (