summaryrefslogtreecommitdiff
path: root/src/components/ProfileDetails.tsx
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2026-09-08 22:18:13 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2026-09-08 22:18:13 -0400
commit790132668c4421c68c32bdc8fc9792b0d6028f97 (patch)
tree28542975b8a20f3ac4a86eb5594c129fbb6ca02d /src/components/ProfileDetails.tsx
parentbec26fe025c97c00d398e7a4fb571195706b9e76 (diff)
downloaddecky-lsfg-vk-790132668c4421c68c32bdc8fc9792b0d6028f97.tar.gz
decky-lsfg-vk-790132668c4421c68c32bdc8fc9792b0d6028f97.zip
I really dont want to but here you go little guychore/migrate
Diffstat (limited to 'src/components/ProfileDetails.tsx')
-rw-r--r--src/components/ProfileDetails.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/ProfileDetails.tsx b/src/components/ProfileDetails.tsx
index 056abbb..4dd8891 100644
--- a/src/components/ProfileDetails.tsx
+++ b/src/components/ProfileDetails.tsx
@@ -24,12 +24,12 @@ export function ProfileDetails({ description }: ProfileDetailsProps) {
bottomSeparator={expanded ? "none" : "standard"}
onClick={() => setExpanded((value) => !value)}
>
- {expanded ? <RiArrowUpSFill /> : <RiArrowDownSFill />} Details
+ {expanded ? <RiArrowUpSFill /> : <RiArrowDownSFill />} Game Details
</ButtonItem>
</PanelSectionRow>
{expanded && (
<PanelSectionRow>
- <Field label="Details" description={description} />
+ <Field label="Game Details" description={description} />
</PanelSectionRow>
)}
</Focusable>