chore(frontend): remove github image in the footer
This commit is contained in:
parent
c5a1c92cc4
commit
19bcf9c01a
|
|
@ -59,24 +59,6 @@ export const Layout = withAuthGuard((props) => {
|
||||||
<LayoutContainer>
|
<LayoutContainer>
|
||||||
{children}
|
{children}
|
||||||
</LayoutContainer>
|
</LayoutContainer>
|
||||||
<div style={{
|
|
||||||
position:"fixed",
|
|
||||||
bottom:"5px",
|
|
||||||
right:"5px",
|
|
||||||
cursor:"pointer"
|
|
||||||
}}>
|
|
||||||
<Link
|
|
||||||
href='https://github.com/OktopUSP/oktopus'
|
|
||||||
target='blank'>
|
|
||||||
<Image
|
|
||||||
alt="github logo"
|
|
||||||
src="/assets/general/github-mark.png"
|
|
||||||
width="30"
|
|
||||||
height="30"
|
|
||||||
>
|
|
||||||
</Image>
|
|
||||||
</Link>
|
|
||||||
</div>
|
|
||||||
</LayoutRoot>
|
</LayoutRoot>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user