Skip to content

Commit

Permalink
fixed updating logo to wildcat
Browse files Browse the repository at this point in the history
  • Loading branch information
jburns24 committed Oct 11, 2023
1 parent 1016e7e commit 667b5cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Layout/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ const Layout = ({ children }: Props) => (
<a className={styles.navbarBrand}>
<span className={globalStyles.logo}>
<Image
src="/dojo-logo-sm.png"
// src="/dojo-logo-sm.png"
src="/wildcat.png"
// alt="dojo-small"
alt="dojo-small"
width={50}
height={50}
objectPosition="absolute"
Expand Down

0 comments on commit 667b5cc

Please sign in to comment.