Update Revisi Hospital Portal

This commit is contained in:
ivan-sim
2024-01-05 16:54:54 +07:00
parent 7d729f295b
commit f9075b2bd2
11 changed files with 169 additions and 72 deletions

View File

@@ -6,6 +6,9 @@ import { DocIllustration } from '@/assets';
// ----------------------------------------------------------------------
export default function NavbarDocs() {
const handleClick = () => {
window.location.href = 'https://wa.me/6285890008500';
};
return (
<>
<Stack
@@ -20,12 +23,12 @@ export default function NavbarDocs() {
</Typography>
<Typography variant="body2" sx={{ color: 'text.secondary' }}>
Need help?
<br /> Please check our docs
<br /> Please contact Us at
</Typography>
</div>
<Button variant="contained">Documentation</Button>
<Typography variant='body2'>Hak Cipta © 2023 - 2024 Link Sehat</Typography>
<Button variant="contained" onClick={handleClick}>WhatsApp</Button>
<Typography variant='body2'>Hak Cipta © 2023 - 2024 LinkSehat</Typography>
</Stack>
</>
);