Skip to content

Commit

Permalink
fix: content intro-modal
Browse files Browse the repository at this point in the history
  • Loading branch information
atrincas committed Jan 8, 2025
1 parent d76fbb5 commit 8215202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/containers/intro-modal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const introItems = [
{
title: "Create custom projects",
description:
"Design custom scenarios by modifying original parameters and exploring the resulting data in detail. Save your projects to revisit them anytime and quickly compare all the scenarios you’ve created.",
"Design custom scenarios by modifying default parameters and exploring the resulting data in detail. Save your projects to revisit them anytime and quickly compare all the scenarios you’ve created.",
icon: ClipboardPenIcon,
},
{
Expand All @@ -41,7 +41,7 @@ const introItems = [
icon: FileQuestionIcon,
},
{
title: "User area",
title: "Profile",
description: "Access information about your personal account.",
icon: UserIcon,
},
Expand Down

0 comments on commit 8215202

Please sign in to comment.