Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeparticle committed Apr 20, 2024
1 parent aa187d7 commit 44939d6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ui/src/data/featureData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,14 @@ export const FEATURE_DATA: Feature[] = [
link: routesById.csharpbuilder.path,
library: [{ name: "Vanilla JS", url: "" }],
},
{
key: routesById.uuid.id,
name: routesById.uuid.title,
shortDescription: routesById.uuid.description,
fullDescription: "Generate unique identifiers with our UUID tool.",
link: routesById.uuid.path,
library: [{ name: "Vanilla JS", url: "" }],
},
{
key: routesById.editor.id,
name: routesById.editor.title,
Expand Down
2 changes: 1 addition & 1 deletion ui/src/pages/Home/statsData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const STATS_DATA = [
{
id: 2,
title: "GitHub Stars",
value: 29,
value: 30,
link: "https://github.com/lifeparticle/binarytree/stargazers",
},
{
Expand Down

0 comments on commit 44939d6

Please sign in to comment.