-
Notifications
You must be signed in to change notification settings - Fork 67
Updating the Navbar Logo
mshuber1981 edited this page Jun 22, 2024
·
5 revisions
You can update the Navbar Logo image.
-
Add a new Logo image to the src/images directory
-
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"
-
Export your new navLogo image (src/config.js line 21)
// Navbar Logo image export const navLogo = newLogo;