Skip to content

Commit

Permalink
Add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortovoxx committed Mar 7, 2024
1 parent 330c0f9 commit 715adbe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions public/ECSS_cog.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/app/_components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ export async function Footer() {
<picture>
<img
className={classes.logo}
alt="Payload Logo"
src="https://raw.githubusercontent.com/payloadcms/payload/main/packages/payload/src/admin/assets/images/payload-logo-light.svg"
alt="ECSS Logo"
src="/ECSS_cog.svg"
/>
</picture>
</Link>
Expand Down
4 changes: 2 additions & 2 deletions src/app/_components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ export async function Header() {
*/}
<img
className={classes.logo}
alt="Payload Logo"
src="https://raw.githubusercontent.com/payloadcms/payload/main/packages/payload/src/admin/assets/images/payload-logo-light.svg"
alt="ECSS Logo"
src="/ECSS_cog.svg"
/>
</Link>
<HeaderNav header={header} />
Expand Down

0 comments on commit 715adbe

Please sign in to comment.