chore: rename gwen
All checks were successful
Node.js CI / Lint and Test (push) Successful in 2m14s

This commit is contained in:
Naomi Carrigan 2025-02-10 16:04:23 -08:00
parent 054dcd7ad2
commit b8a5643a1d
Signed by: naomi
SSH Key Fingerprint: SHA256:rca1iUI2OhAM6n4FIUaFcZcicmri0jgocqKiTTAfrt8
2 changed files with 4 additions and 4 deletions

View File

@ -167,9 +167,9 @@ const Legacy = (): JSX.Element => {
onClick={handleClick("cordelia-taryne")} onClick={handleClick("cordelia-taryne")}
/> />
<CharacterComponent <CharacterComponent
focused={focused === "gwen-carrigan"} focused={focused === "gwen-abalise"}
id={"gwen-carrigan"} id={"gwen-carrigan"}
onClick={handleClick("gwen-carrigan")} onClick={handleClick("gwen-abalise")}
/> />
<div></div> <div></div>
<div></div> <div></div>

View File

@ -61,7 +61,7 @@ const Characters: Record<string, { age: number; alt: string; class: string; name
], ],
name: "Cordelia Taryne", name: "Cordelia Taryne",
}, },
"gwen-carrigan": { "gwen-abalise": {
age: 28, age: 28,
alt: "Anime-style female character with purple hair in a side ponytail swinging her sword, wearing black armour, standing in a grassy field with cherry blossom petals floating in the air and a waterfall in the background.", alt: "Anime-style female character with purple hair in a side ponytail swinging her sword, wearing black armour, standing in a grassy field with cherry blossom petals floating in the air and a waterfall in the background.",
bio: [ bio: [
@ -81,7 +81,7 @@ const Characters: Record<string, { age: number; alt: string; class: string; name
"Years of hard-fought battles have honed her instincts, allowing her to anticipate and counter enemy moves.", "Years of hard-fought battles have honed her instincts, allowing her to anticipate and counter enemy moves.",
"While she fights with fierce determination, there is an underlying anger that drives her - anger at herself and her past mistakes.", "While she fights with fierce determination, there is an underlying anger that drives her - anger at herself and her past mistakes.",
], ],
name: "Gwen Carrigan", name: "Gwen Abalise",
}, },
"maylin-taryne": { "maylin-taryne": {
age: 32, age: 32,