Skip to content

Commit

Permalink
Merge pull request #14 from liatrio/update-logo
Browse files Browse the repository at this point in the history
  • Loading branch information
jburns24 committed Sep 22, 2023
2 parents 1272db0 + b153071 commit 70b8a45
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 0 deletions.
Binary file added public/chico.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 added public/wildcat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/components/Layout/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const Layout = ({ children }: Props) => (
<span className={globalStyles.logo}>
<Image
src="/dojo-logo-sm.png"
// src="/wildcat.png"
alt="dojo-small"
width={50}
height={50}
Expand Down
1 change: 1 addition & 0 deletions src/components/ShareForm/ShareForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ const ShareForm = (props: Props) => {
<Image
alt="exampleCompany Logo"
src="/dojo-logo-sm.png"
// src="/chico.png"
width="400px"
height="400px"
/>
Expand Down

0 comments on commit 70b8a45

Please sign in to comment.