Skip to content

Commit

Permalink
add change and remove page title repeatation in generator
Browse files Browse the repository at this point in the history
  • Loading branch information
ashik-75 committed Sep 14, 2023
1 parent 3ace2c4 commit a654daa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### [5.0.0] - 2023-09-14

- Add QR code generator
- Add SVG formatter
- Fix css for UI

### [4.9.2] - 2023-09-06

- Add avatar generator
Expand Down
8 changes: 4 additions & 4 deletions ui/src/pages/Routes/utils/constant.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,22 +86,22 @@ const routes: Route[] = [
},
{
path: "/generator/data",
title: "Data Generator",
title: "Data",
component: DataGenerator,
},
{
path: "/generator/avatar",
title: "Avatar Generator",
title: "Avatar",
component: Avatar,
},
{
path: "/generator/igfc",
title: "Image Generator From Colors",
title: "Image",
component: ImageGeneratorFromColors,
},
{
path: "/generator/qrcode",
title: "QR Code Generator",
title: "QR Code",
component: QRcode,
},
{
Expand Down

0 comments on commit a654daa

Please sign in to comment.