mirror of
https://github.com/MeshEnvy/mesh-forge.git
synced 2026-07-04 08:52:19 +02:00
fix: update button label in Dashboard component from 'Use' to 'Flash' for improved clarity
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user