Skip to content

Commit ecaedfa

Browse files
committed
fix: edit svg for hero to not cover text description
1 parent 7297077 commit ecaedfa

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

apps/website/public/lynes.svg

Lines changed: 1 addition & 1 deletion
Loading
65.4 KB
Loading
Lines changed: 10 additions & 0 deletions
Loading

apps/website/src/components/staff-agmentation/Hero.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import { Picture } from "astro:assets";
33
import { getCollection } from "astro:content";
44
import classnames from "classnames";
5-
import hero from "../../assets/staff-hero.svg";
5+
import hero from "../../assets/mobile-staff-hero.svg";
66
import Pill from "../../components/Pill.astro";
77
import Section from "../../components/Section.astro";
88
import { grid_classes } from "../../components/_grid";

0 commit comments

Comments
 (0)