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