Skip to content

Commit

Permalink
add two features to home
Browse files Browse the repository at this point in the history
  • Loading branch information
alixander committed Aug 1, 2023
1 parent 9d256c1 commit c5a9421
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/components/Directory/MoreFeatures.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,19 @@ const moreFeatures = [
icon: "import.svg",
href: "/tour/imports",
},
{
title: "Variables",
description:
"Reuse values like colors, labels, and anything else for clean diagram code.",
icon: "variables.svg",
href: "/tour/variables",
},
{
title: "Globs",
description: "All the power of wildcard globs you're already familiar with.",
icon: "globs.svg",
href: "/tour/globs",
},
{
title: "Autoformat",
description:
Expand Down
3 changes: 3 additions & 0 deletions static/features/icons/globs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions static/features/icons/variables.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c5a9421

Please sign in to comment.