fix: update button label in Dashboard component from 'Use' to 'Flash' for improved clarity

This commit is contained in:
Ben Allfree
2025-11-25 12:13:09 -08:00
parent abcefb081a
commit ce7ba0e606
+1 -1
View File
@@ -75,7 +75,7 @@ export default function Dashboard() {
<ProfileCardContent profile={profile} />
<div className="flex gap-2 pt-2">
<Button size="sm" asChild>
<Link to={`/profiles/${profile._id}`}>Use</Link>
<Link to={`/profiles/${profile._id}`}>Flash</Link>
</Button>
<Button
size="sm"