Skip to content

Commit

Permalink
Customizes branding and favicon to stripes.config.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
shelleydoljack committed Feb 15, 2024
1 parent e025916 commit f75dc33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stripes.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ module.exports = {
},
branding: {
logo: {
src: './tenant-assets/opentown-libraries-logo.png',
alt: 'Opentown Libraries',
src: './tenant-assets/SUSig_2color_Stree_StnfrdOnly_Left.png',
alt: 'Stanford University',
},
favicon: {
src: './tenant-assets/opentown-libraries-favicon.png',
src: './tenant-assets/stanford-favicon.png',
},
}
};

0 comments on commit f75dc33

Please sign in to comment.