mirror of
https://github.com/homarr-labs/dashboard-icons.git
synced 2026-01-13 00:27:20 +08:00
chore: update search button copy and safari steps
Co-authored-by: ajnart <49837342+ajnart@users.noreply.github.com>
This commit is contained in:
@@ -46,10 +46,10 @@ const instructions: Array<{ browser: string; steps: string[] }> = [
|
||||
browser: "Safari",
|
||||
steps: [
|
||||
"Open Settings → Search and enable “Quick Website Search”",
|
||||
"Visit dashboardicons.com and run any search once",
|
||||
"Soon Safari will suggest “dashboardicons” as a quick search option",
|
||||
"Type dashboardicons + Space in the Smart Search field to search directly",
|
||||
"If not suggested, add a Shortcut via Settings → Search → Manage Websites",
|
||||
"Visit dashboardicons.com and perform one search so Safari learns it",
|
||||
"Open Settings → Search → Quick Website Search → Manage Websites",
|
||||
"Confirm dashboardicons is listed or add a shortcut if missing",
|
||||
"Type dashboardicons + Space (or your shortcut) in the Smart Search field to search",
|
||||
],
|
||||
},
|
||||
]
|
||||
@@ -80,7 +80,7 @@ export function AddToSearchBarButton({
|
||||
variant="outline"
|
||||
size={size}
|
||||
className={cn(
|
||||
"shadow-sm px-5 hover:shadow-[0_10px_40px_-20px_rgba(99,102,241,0.6)] active:scale-[0.99]",
|
||||
"shadow-md px-5 hover:shadow-primary/30 active:scale-[0.99]",
|
||||
className,
|
||||
)}
|
||||
>
|
||||
@@ -98,7 +98,7 @@ export function AddToSearchBarButton({
|
||||
Add dashboardicons to your browser search bar
|
||||
</DialogTitle>
|
||||
<DialogDescription>
|
||||
Drop this search URL into your browser's custom search engines so you can type once and jump straight to the right icon.
|
||||
Add this search URL to your browser's custom search engines to search dashboard icons directly from your address bar.
|
||||
</DialogDescription>
|
||||
</DialogHeader>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import * as React from "react"
|
||||
import { Slot } from "@radix-ui/react-slot"
|
||||
|
||||
Reference in New Issue
Block a user