Cleanup assets

This commit is contained in:
adilallo
2026-05-21 22:56:34 -06:00
parent f3b73527fc
commit 28de8ef3bc
83 changed files with 506 additions and 240 deletions
+2 -2
View File
@@ -37,13 +37,13 @@ export default {
<LogoWall
logos={[
{
src: "assets/Section/Logo_CUBoulder.png",
src: "assets/logos/partners/cu-boulder.svg",
alt: "CU Boulder",
size: "h-10 lg:h-12 xl:h-[60px]",
order: "order-1 sm:order-2"
},
{
src: "assets/Section/Logo_FoodNotBombs.png",
src: "assets/logos/partners/food-not-bombs.svg",
alt: "Food Not Bombs",
size: "h-11 lg:h-14 xl:h-[70px]",
order: "order-2 sm:order-1"
+4 -4
View File
@@ -76,7 +76,7 @@ export const Default = {
"The rules of decision-making must be open and available to everyone, and this can happen only if they are formalized.",
author: "Jo Freeman",
source: "The Tyranny of Structurelessness",
avatarSrc: "assets/Quote_Avatar.svg",
avatarSrc: "assets/marketing/quote-avatar.svg",
},
};
@@ -91,7 +91,7 @@ export const AllVariants = {
quote="The rules of decision-making must be open and available to everyone."
author="Jo Freeman"
source="The Tyranny of Structurelessness"
avatarSrc="assets/Quote_Avatar.svg"
avatarSrc="assets/marketing/quote-avatar.svg"
/>
</div>
@@ -102,7 +102,7 @@ export const AllVariants = {
quote="The rules of decision-making must be open and available to everyone, and this can happen only if they are formalized."
author="Jo Freeman"
source="The Tyranny of Structurelessness"
avatarSrc="assets/Quote_Avatar.svg"
avatarSrc="assets/marketing/quote-avatar.svg"
/>
</div>
@@ -113,7 +113,7 @@ export const AllVariants = {
quote="The rules of decision-making must be open and available to everyone, and this can happen only if they are formalized."
author="Jo Freeman"
source="The Tyranny of Structurelessness"
avatarSrc="assets/Quote_Avatar.svg"
avatarSrc="assets/marketing/quote-avatar.svg"
/>
</div>
</div>