chore: add github link to project
This commit is contained in:
parent
3497572c50
commit
3f55818b1b
BIN
frontend/public/assets/general/github-mark.png
Normal file
BIN
frontend/public/assets/general/github-mark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.2 KiB |
|
|
@ -52,10 +52,25 @@ export const Layout = withAuthGuard((props) => {
|
||||||
onClose={() => setOpenNav(false)}
|
onClose={() => setOpenNav(false)}
|
||||||
open={openNav}
|
open={openNav}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<LayoutRoot>
|
<LayoutRoot>
|
||||||
<LayoutContainer>
|
<LayoutContainer>
|
||||||
{children}
|
{children}
|
||||||
</LayoutContainer>
|
</LayoutContainer>
|
||||||
|
<div style={{
|
||||||
|
position:"fixed",
|
||||||
|
bottom:"5px",
|
||||||
|
right:"5px",
|
||||||
|
cursor:"pointer"
|
||||||
|
}}>
|
||||||
|
<a href='https://github.com/OktopUSP/oktopus' target='blank'>
|
||||||
|
<img
|
||||||
|
src="assets/general/github-mark.png"
|
||||||
|
width={"30px"}
|
||||||
|
>
|
||||||
|
</img>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</LayoutRoot>
|
</LayoutRoot>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user