feat: Rebrand application from AutoDork to Sanati across all relevant files and update minor formatting in the onboarding page.
This commit is contained in:
@@ -6,11 +6,11 @@ import { cn } from '@/lib/utils'
|
||||
import { Button } from '@/components/ui/button'
|
||||
import { ScrollArea } from '@/components/ui/scroll-area'
|
||||
import { Separator } from '@/components/ui/separator'
|
||||
import {
|
||||
LayoutDashboard,
|
||||
Search,
|
||||
Settings,
|
||||
HelpCircle,
|
||||
import {
|
||||
LayoutDashboard,
|
||||
Search,
|
||||
Settings,
|
||||
HelpCircle,
|
||||
LogOut,
|
||||
Sparkles,
|
||||
Target
|
||||
@@ -59,7 +59,7 @@ export function Sidebar({ productName }: SidebarProps) {
|
||||
<div className="flex h-8 w-8 items-center justify-center rounded-lg bg-primary text-primary-foreground">
|
||||
<Sparkles className="h-4 w-4" />
|
||||
</div>
|
||||
<span className="font-semibold">AutoDork</span>
|
||||
<span className="font-semibold">Sanati</span>
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user