Merge pull request #168 from OktopUSP/dev
feat: add link to oktopus landing-page company
This commit is contained in:
commit
5b803f4012
|
|
@ -1,5 +1,6 @@
|
|||
import PropTypes from 'prop-types';
|
||||
import NextLink from 'next/link';
|
||||
import Link from 'next/link'
|
||||
import { Box, Typography, Unstable_Grid2 as Grid } from '@mui/material';
|
||||
import { Logo } from 'src/components/logo';
|
||||
|
||||
|
|
@ -69,10 +70,12 @@ export const Layout = (props) => {
|
|||
}}
|
||||
>
|
||||
<Box sx={{ p: 3 }}>
|
||||
<Link href="https://oktopus.app.br" target="_blank">
|
||||
<img
|
||||
alt=""
|
||||
src="/assets/oktopus.png"
|
||||
/>
|
||||
</Link>
|
||||
<Typography
|
||||
align="center"
|
||||
sx={{ mb: 3 }}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
import NextLink from 'next/link';
|
||||
import { usePathname } from 'next/navigation';
|
||||
import PropTypes from 'prop-types';
|
||||
import Link from 'next/link'
|
||||
import ArrowTopRightOnSquareIcon from '@heroicons/react/24/solid/ArrowTopRightOnSquareIcon';
|
||||
import ChevronUpDownIcon from '@heroicons/react/24/solid/ChevronUpDownIcon';
|
||||
import {
|
||||
|
|
@ -66,11 +67,13 @@ export const SideNav = (props) => {
|
|||
p: '12px'
|
||||
}}
|
||||
>
|
||||
<Link href="https://oktopus.app.br" target="_blank">
|
||||
<div style={{display:'flex',justifyContent:'center'}}>
|
||||
<img src="/assets/oktopus.png"
|
||||
width={'60%'}
|
||||
/>
|
||||
</div>
|
||||
</Link>
|
||||
<SvgIcon
|
||||
fontSize="small"
|
||||
sx={{ color: 'neutral.500' }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user