Skip to content

Updating the Navbar Logo

mshuber1981 edited this page Jun 22, 2024 · 5 revisions

Navbar Logo

You can update the Navbar Logo image.

  1. Add a new Logo image to the src/images directory

  2. Uncomment line 5 in src/config.js and import your new image

    // Navbar Logo image (add your image to the src/images directory and uncomment the line below to import your image)
    // import newLogo from "./images/yourFileName"
  3. Export your new navLogo image (src/config.js line 21)

    // Navbar Logo image
    export const navLogo = newLogo;
Clone this wiki locally