Skip to content

Commit

Permalink
update logo to wildcat
Browse files Browse the repository at this point in the history
  • Loading branch information
jburns24 committed Oct 11, 2023
1 parent 31c8a5c commit 1016e7e
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 @@ -19,8 +19,8 @@ const Layout = ({ children }: Props) => (
<span className={globalStyles.logo}>
<Image
src="/dojo-logo-sm.png"
// src="/wildcat.png"
alt="dojo-small"
src="/wildcat.png"
// alt="dojo-small"
width={50}
height={50}
objectPosition="absolute"
Expand Down

0 comments on commit 1016e7e

Please sign in to comment.