Merge pull request #30195 from overleaf/mj-svg-path-id-clash

[web] Resolve id clash for svg paths

GitOrigin-RevId: 911d44a4b1549d8de0cae39658f05660e75c180f
This commit is contained in:
Malik Glossop
2025-12-10 09:05:54 +00:00
committed by Copybot
parent 7921e9852f
commit 96141d7abe
@@ -7,11 +7,11 @@ function GitLogoOrange({ size = 40 }: { size?: number }) {
viewBox="0 0 92 92"
>
<defs>
<clipPath id="a">
<clipPath id="git-logo-path">
<path d="M0 .113h91.887V92H0Zm0 0" />
</clipPath>
</defs>
<g clipPath="url(#a)">
<g clipPath="url(#git-logo-path)">
<path
style={{
stroke: 'none',