generated from nhcarrigan/template
This commit is contained in:
parent
054dcd7ad2
commit
b8a5643a1d
@ -167,9 +167,9 @@ const Legacy = (): JSX.Element => {
|
||||
onClick={handleClick("cordelia-taryne")}
|
||||
/>
|
||||
<CharacterComponent
|
||||
focused={focused === "gwen-carrigan"}
|
||||
focused={focused === "gwen-abalise"}
|
||||
id={"gwen-carrigan"}
|
||||
onClick={handleClick("gwen-carrigan")}
|
||||
onClick={handleClick("gwen-abalise")}
|
||||
/>
|
||||
<div></div>
|
||||
<div></div>
|
||||
|
@ -61,7 +61,7 @@ const Characters: Record<string, { age: number; alt: string; class: string; name
|
||||
],
|
||||
name: "Cordelia Taryne",
|
||||
},
|
||||
"gwen-carrigan": {
|
||||
"gwen-abalise": {
|
||||
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.",
|
||||
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.",
|
||||
"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": {
|
||||
age: 32,
|
||||
|
Loading…
x
Reference in New Issue
Block a user