Skip to content

Commit

Permalink
Merge pull request #7 from Digital-Umuganda/lang
Browse files Browse the repository at this point in the history
update project title name
  • Loading branch information
rutsam authored May 26, 2024
2 parents 4a3913a + 6b51c83 commit 7a42979
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
/>
<meta
name="keywords"
content="health assistant, malnutrition, malaria, pneumonia, RBC-Baza, Baza"
content="health assistant, malnutrition, malaria, pneumonia, RBC-Mbaza, Baza"
/>

<meta
name="description"
content="RBC-Baza is a health assistant that helps to diagnose and treat malnutrition, malaria, and pneumonia."
content="RBC-Mbaza is a health assistant that helps to diagnose and treat malnutrition, malaria, and pneumonia."
/>

<title>RBC-Baza</title>
<title>RBC-Mbaza</title>
</head>
<body>
<div id="root" class="flex flex-col min-h-screen text-sm"></div>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/AdminRoute.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const AdminRoute = () => {
alt="BAZA Logo"
/>
<span className="sr-only self-center text-xl font-semibold sm:text-2xl whitespace-nowrap dark:text-white">
RBC-Baza
RBC-Mbaza
</span>
</Link>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/AuthRoute.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const AuthRoute = () => {
{pathname === webAuthPaths.login && (
<img
src={logo}
alt="RBC-BAZA"
alt="RBC-Mbaza"
className="h-16 mx-auto mt-8 pointer-events-none"
/>
)}
Expand Down
2 changes: 1 addition & 1 deletion src/routes/LinguistRoute.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const LinguistRoute = () => {
alt="BAZA Logo"
/>
<span className="sr-only self-center text-xl font-semibold sm:text-2xl whitespace-nowrap dark:text-white">
RBC-Baza
RBC-Mbaza
</span>
</Link>
</div>
Expand Down

0 comments on commit 7a42979

Please sign in to comment.