feat: github link in app top right corner
This commit is contained in:
parent
b769978c90
commit
09cdd58963
1 changed files with 5 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ import ViewMenu from "./ViewMenu";
|
||||||
import MoreMenu from "./MoreMenu";
|
import MoreMenu from "./MoreMenu";
|
||||||
|
|
||||||
import BlockmaticText from "@/assets/blockmatic-text.svg?react";
|
import BlockmaticText from "@/assets/blockmatic-text.svg?react";
|
||||||
|
import GithubIcon from "@/assets/github.svg?react";
|
||||||
|
|
||||||
function Menubar() {
|
function Menubar() {
|
||||||
return (
|
return (
|
||||||
|
|
@ -20,6 +21,10 @@ function Menubar() {
|
||||||
<FileMenu />
|
<FileMenu />
|
||||||
<ViewMenu />
|
<ViewMenu />
|
||||||
<MoreMenu />
|
<MoreMenu />
|
||||||
|
|
||||||
|
<a href="https://github.com/trafficlunar/blockmatic" className="w-5 absolute right-2">
|
||||||
|
<GithubIcon fill="white" />
|
||||||
|
</a>
|
||||||
</UIMenubar>
|
</UIMenubar>
|
||||||
</DialogProvider>
|
</DialogProvider>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue