Skip to content

Commit

Permalink
Update white logo to gold logo on the navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
agentblack6000 committed Mar 8, 2023
1 parent 3727828 commit 0a924f3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added public/spriglogotext-gold.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/spriglogotext-white.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/navbar-main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function MainNavbar(props: MainNavbarProps) {
<ul class={styles.navlinks}>
<li class={styles.logo}>
<a href='/'>
<img class={styles.longImg} src='/spriglogotext-white.png' height={30} width={87} alt='Sprig Logo' />
<img class={styles.longImg} src='/spriglogotext-gold.png' height={30} width={87} alt='Sprig Logo' />
</a>
</li>
{props.session?.session.full ? (
Expand Down

0 comments on commit 0a924f3

Please sign in to comment.