Skip to content

Commit 5ce7968

Browse files
committed
better icons for some
1 parent 9c5f69f commit 5ce7968

File tree

6 files changed

+8
-10
lines changed

6 files changed

+8
-10
lines changed

apps/dashboard/components/icon.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ const BROWSER_ICONS = [
4545
'HeyTap',
4646
'360',
4747
'Brave',
48+
'Twitter',
49+
'GSA',
50+
'LinkedIn',
4851
] as const;
4952

5053
const OS_ICONS = [

apps/dashboard/components/ui/hover-card.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use client';
22

3-
import type * as React from 'react';
43
import * as HoverCardPrimitive from '@radix-ui/react-hover-card';
4+
import type * as React from 'react';
55

66
import { cn } from '@/lib/utils';
77

@@ -28,13 +28,13 @@ function HoverCardContent({
2828
return (
2929
<HoverCardPrimitive.Portal data-slot="hover-card-portal">
3030
<HoverCardPrimitive.Content
31-
data-slot="hover-card-content"
3231
align={align}
33-
sideOffset={sideOffset}
3432
className={cn(
3533
'data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 w-64 origin-(--radix-hover-card-content-transform-origin) rounded-md border bg-popover p-4 text-popover-foreground shadow-md outline-hidden data-[state=closed]:animate-out data-[state=open]:animate-in',
3634
className
3735
)}
36+
data-slot="hover-card-content"
37+
sideOffset={sideOffset}
3838
{...props}
3939
/>
4040
</HoverCardPrimitive.Portal>

apps/dashboard/components/ui/icons.tsx

Lines changed: 0 additions & 7 deletions
This file was deleted.
57.2 KB
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)