Update Revisi Hospital Portal
This commit is contained in:
@@ -15,10 +15,10 @@ const MENU_OPTIONS = [
|
||||
label: 'Home',
|
||||
linkTo: '/',
|
||||
},
|
||||
{
|
||||
label: 'Profile',
|
||||
linkTo: '/profile',
|
||||
},
|
||||
// {
|
||||
// label: 'Profile',
|
||||
// linkTo: '/profile',
|
||||
// },
|
||||
// {
|
||||
// label: 'Settings',
|
||||
// linkTo: '/',
|
||||
@@ -65,8 +65,8 @@ export default function AccountPopover() {
|
||||
}}
|
||||
>
|
||||
<Avatar
|
||||
src="https://minimal-assets-api.vercel.app/assets/images/avatars/avatar_5.jpg"
|
||||
alt="Rayan Moran"
|
||||
src=""
|
||||
alt="Hospital Portal"
|
||||
/>
|
||||
</IconButtonAnimate>
|
||||
|
||||
|
||||
@@ -88,7 +88,7 @@ export default function DashboardHeader({
|
||||
</IconButtonAnimate>
|
||||
)}
|
||||
|
||||
<Searchbar />
|
||||
{/* <Searchbar /> */}
|
||||
<Box sx={{ flexGrow: 1 }} />
|
||||
|
||||
<Stack direction="row" alignItems="center" spacing={{ xs: 0.5, sm: 1.5 }}>
|
||||
|
||||
@@ -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>
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user