Skip to content

Commit 8944281

Browse files
authored
Merge branch 'DefiLlama:main' into main
2 parents 7c60ca5 + c666367 commit 8944281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Layout/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export default function Layout({ children, lang, chainName, setChainName }) {
128128
target="_blank"
129129
rel="noopener noreferrer"
130130
>
131-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" className="w-6 h-6" fill="none" stroke="#2F80ED" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
131+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" className="w-6 h-6" fill="none" stroke="#2F80ED" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round">
132132
<polyline points="16 18 22 12 16 6"></polyline><polyline points="8 6 2 12 8 18"></polyline>
133133
</svg>
134134
<span className="text-base font-medium">API</span>

0 commit comments

Comments
 (0)