Update Rule Stack storybook image paths

This commit is contained in:
adilallo
2025-08-24 22:10:27 -06:00
parent f22cde728a
commit e76fcc6206
2 changed files with 9 additions and 9 deletions
+4 -4
View File
@@ -27,7 +27,7 @@ const RuleStack = ({ children, className = "" }) => {
description="Units called Circles have the ability to decide and act on matters in their domains, which their members agree on through a Council." description="Units called Circles have the ability to decide and act on matters in their domains, which their members agree on through a Council."
icon={ icon={
<Image <Image
src="/assets/Icon_Sociocracy.svg" src="assets/Icon_Sociocracy.svg"
alt="Sociocracy" alt="Sociocracy"
width={40} width={40}
height={40} height={40}
@@ -42,7 +42,7 @@ const RuleStack = ({ children, className = "" }) => {
description="Decisions that affect the group collectively should involve participation of all participants." description="Decisions that affect the group collectively should involve participation of all participants."
icon={ icon={
<Image <Image
src="/assets/Icon_Consensus.svg" src="assets/Icon_Consensus.svg"
alt="Consensus" alt="Consensus"
width={40} width={40}
height={40} height={40}
@@ -57,7 +57,7 @@ const RuleStack = ({ children, className = "" }) => {
description="An elected board determines policies and organizes their implementation." description="An elected board determines policies and organizes their implementation."
icon={ icon={
<Image <Image
src="/assets/Icon_ElectedBoard.svg" src="assets/Icon_ElectedBoard.svg"
alt="Elected Board" alt="Elected Board"
width={40} width={40}
height={40} height={40}
@@ -72,7 +72,7 @@ const RuleStack = ({ children, className = "" }) => {
description="All participants can propose and vote on proposals for the group." description="All participants can propose and vote on proposals for the group."
icon={ icon={
<Image <Image
src="/assets/Icon_Petition.svg" src="assets/Icon_Petition.svg"
alt="Petition" alt="Petition"
width={40} width={40}
height={40} height={40}
+5 -5
View File
@@ -46,7 +46,7 @@ export const Default = {
backgroundColor: "bg-[var(--color-surface-default-brand-lime)]", backgroundColor: "bg-[var(--color-surface-default-brand-lime)]",
icon: ( icon: (
<Image <Image
src="/assets/Icon_Sociocracy.svg" src="assets/Icon_Sociocracy.svg"
alt="Sociocracy" alt="Sociocracy"
width={40} width={40}
height={40} height={40}
@@ -65,7 +65,7 @@ export const AllVariants = {
backgroundColor="bg-[var(--color-surface-default-brand-lime)]" backgroundColor="bg-[var(--color-surface-default-brand-lime)]"
icon={ icon={
<Image <Image
src="/assets/Icon_Sociocracy.svg" src="assets/Icon_Sociocracy.svg"
alt="Sociocracy" alt="Sociocracy"
width={40} width={40}
height={40} height={40}
@@ -80,7 +80,7 @@ export const AllVariants = {
backgroundColor="bg-[var(--color-surface-default-brand-rust)]" backgroundColor="bg-[var(--color-surface-default-brand-rust)]"
icon={ icon={
<Image <Image
src="/assets/Icon_Consensus.svg" src="assets/Icon_Consensus.svg"
alt="Consensus" alt="Consensus"
width={40} width={40}
height={40} height={40}
@@ -95,7 +95,7 @@ export const AllVariants = {
backgroundColor="bg-[var(--color-surface-default-brand-red)]" backgroundColor="bg-[var(--color-surface-default-brand-red)]"
icon={ icon={
<Image <Image
src="/assets/Icon_ElectedBoard.svg" src="assets/Icon_ElectedBoard.svg"
alt="Elected Board" alt="Elected Board"
width={40} width={40}
height={40} height={40}
@@ -110,7 +110,7 @@ export const AllVariants = {
backgroundColor="bg-[var(--color-surface-default-brand-teal)]" backgroundColor="bg-[var(--color-surface-default-brand-teal)]"
icon={ icon={
<Image <Image
src="/assets/Icon_Petition.svg" src="assets/Icon_Petition.svg"
alt="Petition" alt="Petition"
width={40} width={40}
height={40} height={40}