Skip to content

Commit

Permalink
Merge pull request #13 from ecss-soton/feat-branding
Browse files Browse the repository at this point in the history
Add logo
  • Loading branch information
Ortovoxx authored Mar 7, 2024
2 parents 024fdfa + 53a89c4 commit 6f1331f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/nextjs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ jobs:

- run: npm ci

- run: npm run build
- name: Copy environment variables
run: cp .env.example .env

- run: npm run build
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 6f1331f

Please sign in to comment.