mirror of
https://github.com/discordjs/discord.js.git
synced 2026-05-21 02:40:07 +00:00
fix: github icon size (#11488)
This commit is contained in:
@@ -5,9 +5,9 @@ export function GitHubIcon(props: ComponentProps<'svg'>) {
|
||||
<svg
|
||||
aria-hidden
|
||||
fill="none"
|
||||
height={96}
|
||||
height="1em"
|
||||
viewBox="0 0 98 96"
|
||||
width={98}
|
||||
width="1em"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
{...props}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user