Skip to content

Commit

Permalink
Merge branch 'main' of github.com:rgtlai/CareDash
Browse files Browse the repository at this point in the history
  • Loading branch information
rgtlai committed Oct 22, 2024
2 parents 2e22b65 + 8a20af4 commit 1f85677
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions frontend/public/images/user-avatar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions frontend/public/images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 10 additions & 10 deletions frontend/src/components/Chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,16 +99,16 @@ export function Chat({ token, onLogout }: { token: string, onLogout: () => void
<>
<div className="dashboard-container">
<div className="top-bar">
<div className="menu-toggle">
&#9776;
</div>
<div className="logo-small">
<img src={caredashLogoWhite} alt="CareDash Logo" />
</div>
<div className="user-info">
<img src={userAvatar} alt="User Avatar" className="avatar" />
<span className="user-name">Tony Stark</span>
</div>
<div className="menu-toggle">
&#9776;
</div>
<div className="logo-small">
<img src={caredashLogoWhite} alt="CareDash Logo" />
</div>
<div className="user-info">
<img src={userAvatar} alt="User Avatar" className="avatar" />
<span className="user-name">Tom Smith</span>
</div>
</div>

<div className="main-content">
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/DocumentManagement/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function DocumentManagement({token}: {token: string}) {
</div>
<div className="user-info">
<img src={userAvatar} alt="User Avatar" className="avatar" />
<span className="user-name">Tony Stark</span>
<span className="user-name">Tom Smith</span>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/PatientDetails/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function PatientDetails() {
</div>
<div className="user-info">
<img src={userAvatar} alt="User Avatar" className="avatar"/>
<span className="user-name">Tony Stark</span>
<span className="user-name">Tom Smith</span>
</div>
</div>
<div className="main-content">
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/PatientRecords/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function PatientRecords() {
</div>
<div className="user-info">
<img src={userAvatar} alt="User Avatar" className="avatar"/>
<span className="user-name">Tony Stark</span>
<span className="user-name">Tom Smith</span>
</div>
</div>

Expand Down

0 comments on commit 1f85677

Please sign in to comment.