Skip to content

Commit

Permalink
title in comfortaa
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjrobins committed Dec 20, 2023
1 parent 9b7155d commit 857cda4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend-v2/src/features/main/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -278,9 +278,10 @@ export default function Sidebar() {
color: "#1976d2",
fontWeight: "bold",
paddingLeft: "1rem",
fontFamily: "Comfortaa",
}}
>
PKPD Explorer {project && ` - ${project.name}`}
pkpd explorer {project && ` - ${project.name}`}
</Typography>
<div style={{ display: "flex" }}>
<Typography
Expand Down

0 comments on commit 857cda4

Please sign in to comment.