mirror of
https://github.com/shadcn-ui/taxonomy
synced 2026-05-24 01:38:28 +00:00
fix: minor lighthouse fixes
This commit is contained in:
parent
9bc9790a03
commit
fc9a1ab8df
3 changed files with 6 additions and 2 deletions
|
|
@ -20,13 +20,13 @@ export default function MarketingLayout({ children }: MarketingLayoutProps) {
|
|||
</Link>
|
||||
<Link
|
||||
href="#"
|
||||
className="cursor-not-allowed text-sm font-medium opacity-40 hover:underline"
|
||||
className="cursor-not-allowed text-sm font-medium opacity-60 hover:underline"
|
||||
>
|
||||
Pricing
|
||||
</Link>
|
||||
<Link
|
||||
href="#"
|
||||
className="cursor-not-allowed text-sm font-medium opacity-40 hover:underline"
|
||||
className="cursor-not-allowed text-sm font-medium opacity-60 hover:underline"
|
||||
>
|
||||
Docs
|
||||
</Link>
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ export function Help() {
|
|||
<Popover>
|
||||
<Popover.Trigger className="fixed right-4 bottom-4 inline-flex h-10 w-10 items-center justify-center rounded-full border bg-brand text-white">
|
||||
<Icons.pizza className="h-5 w-5" />
|
||||
<span className="sr-only">Toggle</span>
|
||||
</Popover.Trigger>
|
||||
<Popover.Content className="bg-brand p-4 text-sm text-white">
|
||||
<div className="grid w-[300px] gap-4">
|
||||
|
|
|
|||
3
public/robots.txt
Normal file
3
public/robots.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# *
|
||||
User-agent: *
|
||||
Allow: /
|
||||
Loading…
Reference in a new issue