Skip to content

Updating the Navbar Logo

Michael Huber edited this page Sep 4, 2023 · 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 data.js and import your new image

    // Navbar Logo image (uncomment below and import your image)
    // import newLogo from "./images/yourFileName"
  3. Export your new navLogo image (data.js lines 23-24)

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