Skip to content

Commit

Permalink
Update svg.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
sspzoa committed Sep 24, 2024
1 parent 9ae77f7 commit fb7ed1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/svg.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export function GithubSvg() {
{/* biome-ignore lint/a11y/noSvgWithoutTitle: <explanation> */}
<svg
fill="var(--content-standard-primary)"
className="w-[64px] h-[64px] md:w-[128px] md:h-[128px] rounded-[16px] md:rounded-[32px] "
className="w-[64px] h-[64px] md:w-[128px] md:h-[128px] rounded-[25%]"
xmlns="http://www.w3.org/2000/svg"
width="256"
height="256"
Expand Down

0 comments on commit fb7ed1e

Please sign in to comment.