Skip to content

Commit b9da13d

Browse files
committed
feat: increase platform icon size in URL input
1 parent dd1906d commit b9da13d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/UrlInput.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,9 @@ export function UrlInput({
216216
>
217217
{/* Icon */}
218218
{platform !== "unknown" ? (
219-
<PlatformIcon platform={platform} size="sm" />
219+
<PlatformIcon platform={platform} size="md" />
220220
) : (
221-
<Link className="h-4 w-4 shrink-0 text-muted-foreground" />
221+
<Link className="h-5 w-5 shrink-0 text-muted-foreground" />
222222
)}
223223

224224
{/* Input */}

0 commit comments

Comments
 (0)