Skip to content

Commit

Permalink
fix: supported token list heading
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufseyrek committed Sep 13, 2024
1 parent 73dd6d5 commit 4a6441a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/SupportedTokensList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ const SupportedTokensList = () => {
<Grid container direction="row" justifyContent="center" alignItems="flex-start">
<Card>
<CardContent>
<Typography variant="h3" gutterBottom p={1}>
Supported Tokens List
<Typography variant="h4" gutterBottom p={1}>
Supported Tokens
</Typography>
<TableContainer component={Paper}>
<Table sx={{ width: '100%' }} aria-label="tokens">
Expand Down

0 comments on commit 4a6441a

Please sign in to comment.