Skip to content

Commit

Permalink
Use new Candid (formerly GuideStar) seal. (#384)
Browse files Browse the repository at this point in the history
This is also a direct link to an image on their website, so it should
automatically update when our status changes in the future, which will
avoid having to make a code change to update this.

Also, this bumps up the image size slightly, from 60px to 80px. The text
was difficult to read at 60px, even with the old GuideStar seal, so we
want to increase it a bit. We still want it to be smaller than our own
logo in the footer, so 80px is a reasonable middle ground.
  • Loading branch information
richardxia authored Feb 22, 2024
1 parent 8c6dcac commit c2629e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
}

.sealImage {
height: 60px;
width: 60px;
height: 80px;
width: 80px;
}

@media (--tablet-and-down) {
Expand Down
5 changes: 2 additions & 3 deletions src/components/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import Footer from "./grid-aware/Footer";
import shelterTechLogoWhite from "./grid-aware/Footer/sheltertech-logo-white.svg";
import facebookLogo from "./grid-aware/Footer/stories/facebook.svg";
import githubLogo from "./grid-aware/Footer/stories/github.svg";
import sealOfTransparency from "./grid-aware/Footer/stories/guidestar-seal-of-transparency.svg";
import instagramLogo from "./grid-aware/Footer/stories/instagram.svg";
import twitterLogo from "./grid-aware/Footer/stories/twitter.svg";
import { BurgerMenu, Navigation } from "./grid-aware/Navigation";
Expand Down Expand Up @@ -70,8 +69,8 @@ const Layout = ({ children }: LayoutProps) => {
]}
seals={[
{
link: "https://www.guidestar.org/profile/38-3984099",
logo: sealOfTransparency,
link: "https://www.guidestar.org/profile/shared/e23fc5a4-2f66-4562-8c4e-e3d813e732b5",
logo: "https://widgets.guidestar.org/TransparencySeal/9546530",
alt: "GuideStar Seal of Transparency",
},
]}
Expand Down

0 comments on commit c2629e1

Please sign in to comment.