Skip to content

Commit

Permalink
Fix: Typography in cover
Browse files Browse the repository at this point in the history
  • Loading branch information
heronlancellot committed Oct 15, 2023
1 parent d5ab87a commit c4cda43
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/Cover/CoverAdminOptions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const CoverAdminOptions = () => {

<Box>
<Box>
<Typography color={'green'} fontFamily='istok' fontSize={50}>
<Typography color={'green'} fontSize={50}>
ADM OPTIONS
</Typography>
</Box>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Cover/CoverCreateTask.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const CoverCreateTask = () => {
<Box>

<Box>
<Typography color={'green'} fontFamily='istok' fontSize={50}>
<Typography color={'green'} fontSize={50}>
CREATE TASK
</Typography>
</Box>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Cover/CoverHomeTasks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const CoverHomeTasks = () => {

<Box>
<Box>
<Typography color={'green'} fontFamily='istok' fontSize={50}>
<Typography color={'green'} fontSize={50}>
WEB3TASK
</Typography>
</Box>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Cover/CoverUserProfile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const CoverCreateTask = () => {
<Box>

<Box>
<Typography color={'green'} fontFamily='istok' fontSize={50}>
<Typography color={'green'} fontSize={50}>
PERSONAL PROFILE
</Typography>
</Box>
Expand Down

0 comments on commit c4cda43

Please sign in to comment.