Skip to content

Commit

Permalink
Merge pull request OpenAMP#116 from OpenAMP/WEBDEV-1770
Browse files Browse the repository at this point in the history
Change Linaro logo
  • Loading branch information
pcolmer authored May 20, 2024
2 parents 6dfd1ee + 374c125 commit 3f1da01
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 5 deletions.
Binary file added src/assets/images/content/Linaro-logo-white.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 removed src/assets/images/content/linaro-logo.png
Binary file not shown.
Binary file added src/assets/images/members/Linaro-logo-black.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 removed src/assets/images/members/linaro-logo.png
Binary file not shown.
Binary file removed src/assets/linaro-logo.png
Binary file not shown.
Binary file removed src/assets/logo.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/Footer.astro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
import { getEntry } from "astro:content";
import { Image } from "astro:assets";
import LinaroLogo from "../assets/logo.png";
import LinaroLogo from "../assets/images/content/Linaro-logo-white.png";
import Icon from "astro-icon";
const footer = await getEntry("data", "footer");
Expand Down
3 changes: 0 additions & 3 deletions src/content/authors/linaro.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion src/content/data/members.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
alt: Arm Logo
url: https://www.arm.com/
- name: Linaro Logo
image: ../../assets/images/members/linaro-logo.png
image: ../../assets/images/members/Linaro-logo-black.png
alt: Linaro Logo
url: https://www.linaro.org/
- name: Nordic Logo
Expand Down

0 comments on commit 3f1da01

Please sign in to comment.