Skip to content

Commit

Permalink
added logo
Browse files Browse the repository at this point in the history
  • Loading branch information
NairuzY committed Dec 16, 2023
1 parent c6de306 commit be464b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
Binary file added frontend/src/assets/logo2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 5 additions & 6 deletions frontend/src/components/BaseLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ import { VideoCallProvider } from '@/providers/VideoCallProvider'
import { useNavigate } from 'react-router-dom'
import { ProfileMenu } from './ProfileMenu'
import { styled } from '@mui/material/styles'
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
import { faStethoscope } from '@fortawesome/free-solid-svg-icons'

import { ThemeProvider } from '@emotion/react'
import { UserType } from 'clinic-common/types/user.types'

Expand Down Expand Up @@ -283,11 +282,11 @@ export function BaseLayout() {
fontWeight: 'bold',
}}
>
<FontAwesomeIcon
icon={faStethoscope}
style={{ marginRight: '15px' }}
<img
src="../../src/assets/logo2.png"
style={{ width: '50px', height: '40px' }}
/>
Your Clinic
Clinic
</Typography>
{sidebarLinks.map((link) => (
<ListItemLink
Expand Down

0 comments on commit be464b5

Please sign in to comment.