Skip to content

Commit

Permalink
DAO-588 Updated footer Brand to RootstockCollective (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
Freshenext authored Aug 6, 2024
1 parent c7f0acf commit 3dfb3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<footer className={`bottom-4 w-full flex justify-around text-sm ${VARIANTS[variant]}`}>
Expand Down

0 comments on commit 3dfb3f4

Please sign in to comment.