Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch Linaro logo #36

Merged
merged 3 commits into from
May 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
2 changes: 1 addition & 1 deletion src/components/footer/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { getEntry } from "astro:content";
import { Image } from "astro:assets";
import Icon from "astro-icon";
import LinaroLogo from "../../assets/images/content/linaro-logo.png";
import LinaroLogo from "../../assets/images/content/Linaro-logo-white.png";
const footer = await getEntry("data", "footer");
const { data }: any = footer;
---
Expand Down
2 changes: 1 addition & 1 deletion src/content/data/footer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
copyright_text: Linaro Limited
# Set this to false if you do not want the Linaro logo in the footer.
footer_brand:
path: /assets/images/content/linaro-logo.png
path: /assets/images/content/Linaro-logo-white.png
alt: Linaro Ltd
url: https://www.linaro.org
# Social Media Icons Row
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -991,9 +991,9 @@ camelcase@^7.0.1:
integrity sha512-xlx1yCK2Oc1APsPXDL2LdlNP6+uu8OCDdhOBSVT279M/S+y75O30C2VuD8T2ogdePBBl7PfPF4504tnLgX3zfw==

caniuse-lite@^1.0.30001538, caniuse-lite@^1.0.30001541:
version "1.0.30001551"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001551.tgz#1f2cfa8820bd97c971a57349d7fd8f6e08664a3e"
integrity sha512-vtBAez47BoGMMzlbYhfXrMV1kvRF2WP/lqiMuDu1Sb4EE4LKEgjopFDSRtZfdVnslNRpOqV/woE+Xgrwj6VQlg==
version "1.0.30001620"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001620.tgz"
integrity sha512-WJvYsOjd1/BYUY6SNGUosK9DUidBPDTnOARHp3fSmFO1ekdxaY6nKRttEVrfMmYi80ctS0kz1wiWmm14fVc3ew==

ccount@^2.0.0:
version "2.0.1"
Expand Down
Loading