chore(frontend): remove github image in the footer

This commit is contained in:
leandrofars 2024-06-08 11:41:29 -03:00
parent c5a1c92cc4
commit 19bcf9c01a

View File

@ -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>
</> </>
); );