-
Notifications
You must be signed in to change notification settings - Fork 67
Updating the Navbar Logo
Michael Huber edited this page Sep 4, 2023
·
5 revisions
You can update the Navbar Logo image.
-
Add a new Logo image to the src/images directory
-
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"
-
Export your new navLogo image (data.js lines 23-24)
// Navbar Logo image export const navLogo = newLogo;