We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aafffc3 commit 9c437eaCopy full SHA for 9c437ea
src/components/icons/ChatGPTIcon.tsx
@@ -1,7 +1,11 @@
1
-export default function ChatGPTIcon({ className = "" }: { className?: string }) {
+export default function ChatGPTIcon({
2
+ className = "",
3
+}: {
4
+ className?: string;
5
+}) {
6
return (
7
<svg
- className={`w-4 h-4 ${className}`}
8
+ className={`h-4 w-4 ${className}`}
9
data-testid="geist-icon"
10
height="16"
11
strokeLinejoin="round"
src/components/icons/ClaudeIcon.tsx
@@ -6,7 +6,7 @@ export default function ClaudeIcon({ className = "" }: { className?: string }) {
viewBox="0 0 12 12"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g clipPath="url(#clip0_2002_2)">
12
<path
0 commit comments