Merge pull request #168 from OktopUSP/dev

feat: add link to oktopus landing-page company
This commit is contained in:
Leandro Antônio Farias Machado 2023-11-27 22:53:46 -03:00 committed by GitHub
commit 5b803f4012
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -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 }}

View File

@ -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' }}