Skip to content

Commit

Permalink
Merge pull request #36 from Linaro/WEBDEV-1760
Browse files Browse the repository at this point in the history
Switch Linaro logo
  • Loading branch information
pcolmer authored May 20, 2024
2 parents c6776ba + 240ac3c commit 0d15ea8
Show file tree
Hide file tree
Showing 5 changed files with 5 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.
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

0 comments on commit 0d15ea8

Please sign in to comment.