Skip to content

Commit

Permalink
Update activitySetup.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
almahmoud committed Jul 10, 2024
1 parent 2863247 commit dff64da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/src/stores/activitySetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@ export const Activities = [
},
{
anonymous: true,
description: "Displays the tool panel to search and access all available tools.",
description: "Displays the panel to search and access all available workshops.",
icon: "wrench",
id: "tools",
mutable: false,
optional: false,
panel: true,
title: "Tools",
title: "Workshops",
to: null,
tooltip: "Search and run tools",
visible: false,
visible: true,
},
{
anonymous: true,
Expand Down

0 comments on commit dff64da

Please sign in to comment.