From 286ab2a9e4c0ccda6ac41cb9ee74db4675b0d0f0 Mon Sep 17 00:00:00 2001
From: Chris Torres <99312117+christophertorres1@users.noreply.github.com>
Date: Tue, 16 Jan 2024 11:42:53 -0800
Subject: [PATCH] sponsors graphics (#33)
* add graphics to sponsors
* update witi link
---
src/components/Sponsors.astro | 24 ++++++++++++++++++++----
1 file changed, 20 insertions(+), 4 deletions(-)
diff --git a/src/components/Sponsors.astro b/src/components/Sponsors.astro
index 14a265f..90dde06 100644
--- a/src/components/Sponsors.astro
+++ b/src/components/Sponsors.astro
@@ -1,5 +1,7 @@
---
import { Image } from 'astro:assets';
+import clouds from '../graphics/clouds_stars.svg';
+import sheep from '../graphics/sheep.svg';
import citrisLogo from '../graphics/sponsors/citris.webp';
import wealthfrontLogo from '../graphics/sponsors/wealthfront.webp';
import bstfLogo from '../graphics/sponsors/bstf.webp';
@@ -31,13 +33,13 @@ import witiLogo from '../graphics/sponsors/witi.webp';
-
+
+
+
+