Skip to content

Commit

Permalink
Changed homepage tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
soup-bowl committed Apr 29, 2022
1 parent d7626d4 commit cc223d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
### Added
- New homescreen.
- More encoding options, renamed Encoder to Converter,
- Cloud indicator to highlight if the tool is connected to the internet or not.

## [0.2.3] (pre-release) - 2022-04-28
Expand Down
2 changes: 1 addition & 1 deletion src/pages/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function Home() {
<Link sx={{ cursor: 'pointer', textDecoration: 'none' }} onClick={() => navigate('/decoder')}>
<Item>
<CachedIcon fontSize="large" />
<Typography>Encode / Decode</Typography>
<Typography>String Conversions</Typography>
</Item>
</Link>
</Grid>
Expand Down

0 comments on commit cc223d3

Please sign in to comment.