Skip to main content

How to change the logo in SupaLaunch

  1. Replace the file public/images/logo.svg with your own logo.
  2. Edit the file @/components/general/navbar/navbar-client.tsx and replace the logo path with your own:
<Image src="/images/logo.svg" alt="SupaLaunch Logo" width="40" height="40"></Image>

Note, that you should not include the public folder in the path.