mirror of
https://github.com/walkxcode/dashboard-icons.git
synced 2025-11-18 17:47:30 +01:00
refactor(ui): update submit button text to singular form
- Change "Submit icon(s)" to "Submit icon" for consistency - Update both authenticated and unauthenticated button states - Improve text clarity and user experience
This commit is contained in:
@@ -151,7 +151,7 @@ export function Header() {
|
||||
<Button variant="ghost" size="icon" className="rounded-lg cursor-pointer transition-all duration-300 hover:ring-2" asChild>
|
||||
<Link href="/submit">
|
||||
<PlusCircle className="h-5 w-5 transition-all duration-300" />
|
||||
<span className="sr-only">Submit icon(s)</span>
|
||||
<span className="sr-only">Submit icon</span>
|
||||
</Link>
|
||||
</Button>
|
||||
) : (
|
||||
@@ -162,7 +162,7 @@ export function Header() {
|
||||
onClick={handleSubmitClick}
|
||||
>
|
||||
<PlusCircle className="h-5 w-5 transition-all duration-300" />
|
||||
<span className="sr-only">Submit icon(s)</span>
|
||||
<span className="sr-only">Submit icon</span>
|
||||
</Button>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user