mirror of
https://github.com/lemeow125/Ivy-Frontend.git
synced 2025-04-19 16:31:28 +08:00
Hotfix for app logo
This commit is contained in:
parent
1a1b334f7d
commit
4dc107f224
1 changed files with 21 additions and 19 deletions
|
@ -6,6 +6,7 @@ export interface props {
|
||||||
}
|
}
|
||||||
export default function AppLogo(props: props) {
|
export default function AppLogo(props: props) {
|
||||||
return (
|
return (
|
||||||
|
<div>
|
||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
className="icon icon-tabler icon-tabler-plant-2"
|
className="icon icon-tabler icon-tabler-plant-2"
|
||||||
|
@ -25,5 +26,6 @@ export default function AppLogo(props: props) {
|
||||||
<path d="M12 4a9.7 9.7 0 0 1 2.99 7.5"></path>
|
<path d="M12 4a9.7 9.7 0 0 1 2.99 7.5"></path>
|
||||||
<path d="M9.01 11.5a9.7 9.7 0 0 1 2.99 -7.5"></path>
|
<path d="M9.01 11.5a9.7 9.7 0 0 1 2.99 -7.5"></path>
|
||||||
</svg>
|
</svg>
|
||||||
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue