mirror of
https://github.com/trafficlunar/blockmatic.git
synced 2026-06-28 14:44:12 +00:00
fix: fill on blockmatic text svg
This commit is contained in:
parent
e3ae0de165
commit
1acc50012f
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ function Menubar() {
|
|||
<DialogProvider>
|
||||
<UIMenubar className="rounded-none border-t-0 border-x-0 col-span-2">
|
||||
<Link to={{ pathname: "/" }} className="px-4 w-32">
|
||||
<BlockmaticText className="h-full w-full" />
|
||||
<BlockmaticText className="h-full w-full" fill="white" />
|
||||
</Link>
|
||||
|
||||
<FileMenu />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue