Skip to content

Commit

Permalink
remove home card titles
Browse files Browse the repository at this point in the history
  • Loading branch information
younes200 authored Mar 22, 2024
1 parent 6222828 commit cd9dc5f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/frontend/src/pages/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ export const HomePage: React.FC = () => {
padding: 5,
}}
>
<Typography variant="h5" fontFamily={"abril_fatfaceregular"}>
{/*<Typography variant="h5" fontFamily={"abril_fatfaceregular"}>
{t("home.teachers")}
</Typography>
</Typography>*/}
<Box
sx={{
justifyContent: "center",
Expand Down Expand Up @@ -169,9 +169,9 @@ export const HomePage: React.FC = () => {
padding: 5,
}}
>
<Typography variant="h5" fontFamily={"abril_fatfaceregular"}>
{/*<Typography variant="h5" fontFamily={"abril_fatfaceregular"}>
{t("home.students")}
</Typography>
</Typography>*/}
<Box
sx={{
justifyContent: "center",
Expand Down

0 comments on commit cd9dc5f

Please sign in to comment.