Skip to content

Commit

Permalink
Merge pull request #14 from ecss-soton/feat-branding
Browse files Browse the repository at this point in the history
Fix prettier
  • Loading branch information
Ortovoxx authored Mar 8, 2024
2 parents 8ee9264 + cab7873 commit 0590f93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions src/app/_components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,7 @@ export async function Footer() {
<Gutter className={classes.wrap}>
<Link href="/">
<picture>
<img
className={classes.logo}
alt="ECSS Logo"
src="/ECSS_cog.svg"
/>
<img className={classes.logo} alt="ECSS Logo" src="/ECSS_cog.svg" />
</picture>
</Link>
<nav className={classes.nav}>
Expand Down
6 changes: 1 addition & 5 deletions src/app/_components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,7 @@ export async function Header() {
And so `@media (prefers-color-scheme: dark)` will not work
Instead, we just use CSS to invert the color via `filter: invert(1)` based on `[data-theme="dark"]`
*/}
<img
className={classes.logo}
alt="ECSS Logo"
src="/ECSS_cog.svg"
/>
<img className={classes.logo} alt="ECSS Logo" src="/ECSS_cog.svg" />
</Link>
<HeaderNav header={header} />
</Gutter>
Expand Down

0 comments on commit 0590f93

Please sign in to comment.