Skip to content

Commit 9c437ea

Browse files
committed
format
1 parent aafffc3 commit 9c437ea

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

src/components/icons/ChatGPTIcon.tsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
export default function ChatGPTIcon({ className = "" }: { className?: string }) {
1+
export default function ChatGPTIcon({
2+
className = "",
3+
}: {
4+
className?: string;
5+
}) {
26
return (
37
<svg
4-
className={`w-4 h-4 ${className}`}
8+
className={`h-4 w-4 ${className}`}
59
data-testid="geist-icon"
610
height="16"
711
strokeLinejoin="round"

src/components/icons/ClaudeIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default function ClaudeIcon({ className = "" }: { className?: string }) {
66
viewBox="0 0 12 12"
77
fill="none"
88
xmlns="http://www.w3.org/2000/svg"
9-
className={`w-4 h-4 ${className}`}
9+
className={`h-4 w-4 ${className}`}
1010
>
1111
<g clipPath="url(#clip0_2002_2)">
1212
<path

0 commit comments

Comments
 (0)