From 06dbef55ae91d92540e6d9f6d3db2817c3bb3247 Mon Sep 17 00:00:00 2001 From: stefanskoricdev Date: Mon, 29 Sep 2025 16:02:54 +0200 Subject: [PATCH 1/2] FIX: Issue with background pattern on staff augmentation page --- apps/website/src/assets/desktop-staff-hero.svg | 1 + apps/website/src/assets/mobile-staff-hero.svg | 11 +---------- .../src/components/staff-agmentation/Hero.astro | 15 +-------------- apps/website/tailwind.config.js | 5 +++++ 4 files changed, 8 insertions(+), 24 deletions(-) create mode 100644 apps/website/src/assets/desktop-staff-hero.svg diff --git a/apps/website/src/assets/desktop-staff-hero.svg b/apps/website/src/assets/desktop-staff-hero.svg new file mode 100644 index 00000000..fd6f2091 --- /dev/null +++ b/apps/website/src/assets/desktop-staff-hero.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/apps/website/src/assets/mobile-staff-hero.svg b/apps/website/src/assets/mobile-staff-hero.svg index 67703a98..af72d2e5 100644 --- a/apps/website/src/assets/mobile-staff-hero.svg +++ b/apps/website/src/assets/mobile-staff-hero.svg @@ -1,10 +1 @@ - - - - - - - - - - + \ No newline at end of file diff --git a/apps/website/src/components/staff-agmentation/Hero.astro b/apps/website/src/components/staff-agmentation/Hero.astro index 217f06d2..a42a8e84 100644 --- a/apps/website/src/components/staff-agmentation/Hero.astro +++ b/apps/website/src/components/staff-agmentation/Hero.astro @@ -1,9 +1,6 @@ --- -import { Picture } from "astro:assets"; import { getCollection } from "astro:content"; import classnames from "classnames"; -import hero from "../../assets/mobile-staff-hero.svg"; -import heroWide from "../../assets/wide-staff-hero.svg"; import Pill from "../../components/Pill.astro"; import Section from "../../components/Section.astro"; import { grid_classes } from "../../components/_grid"; @@ -44,19 +41,9 @@ if (!content) { >
- -