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 53914ec commit 9ca6bdbCopy full SHA for 9ca6bdb
apps/site/components/Icons/InstallationMethod/N.tsx
@@ -21,11 +21,11 @@ const N: FC<SVGProps<SVGSVGElement>> = props => (
21
rx="5"
22
/>
23
// close, minimize, maximize buttons
24
- <circle cx="5" cy="3" r="3" fill="#ff5f56" />
25
- <circle cx="12" cy="3" r="3" fill="#ffbd2e" />
26
- <circle cx="19" cy="3" r="3" fill="#27c93f" />
+ <circle cx="5" cy="5" r="2" fill="#ff5f56" />
+ <circle cx="10" cy="5" r="2" fill="#ffbd2e" />
+ <circle cx="15" cy="5" r="2" fill="#27c93f" />
27
// text with outline
28
- <text x="6" y="22" fontFamily="monospace" fontSize="14" fill="#00ff00">
+ <text x="6" y="24" fontFamily="monospace" fontSize="14" fill="#00ff00">
29
$n
30
</text>
31
</svg>
0 commit comments