You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the footer of the website uses the default vercel logo from nextjs. It should have the BAF logo instead. It also links to the nextjs website. It should link to the BAF website instead. It should also have a CTA.
Tasks:
get a BAF logo from the website repo (or somewhere else) and put it into to the public directory
change the <Image/> instance here to point to the BAF logo + change the alt text.
change the link in Footer.tsx to point to the BAF website instead
Add text that says something like "Like what we're doing? Join us (link to typeform) or donate to us (link to donation page)!
The text was updated successfully, but these errors were encountered:
Currently the footer of the website uses the default vercel logo from nextjs. It should have the BAF logo instead. It also links to the nextjs website. It should link to the BAF website instead. It should also have a CTA.
Tasks:
public
directory<Image/>
instance here to point to the BAF logo + change the alt text.Footer.tsx
to point to the BAF website insteadThe text was updated successfully, but these errors were encountered: