Skip to content

Commit

Permalink
Merge pull request #691 from AI4Bharat/frontEnd
Browse files Browse the repository at this point in the history
  • Loading branch information
ishvindersethi22 authored Sep 7, 2023
2 parents 2980b19 + 9f99aa6 commit 594e4f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/ui/pages/component/common/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -690,14 +690,14 @@ const Header = () => {
/>
</Link>
<Typography
variant="h2"
variant="h4"
className={classes.headerTitle}
sx={{
fontSize: "28px",
fontWeight: "lighter",
}}
>
shoonya
Shoonya
</Typography>
</Grid>

Expand Down
4 changes: 2 additions & 2 deletions src/ui/pages/component/common/MobileNavbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ function MobileNavbar(props) {
<img src={Shoonya_Logo} alt="logo" className={classes.headerLogo} style={{marginBottom: "5%"}} />
</Link>
<Typography
variant="h2"
variant="h4"
className={classes.headerTitle}
style={{
fontSize: "28px",
Expand All @@ -172,7 +172,7 @@ function MobileNavbar(props) {

}}
>
shoonya
Shoonya
</Typography>
</Grid>
<Grid item>
Expand Down

0 comments on commit 594e4f9

Please sign in to comment.