Skip to content

Commit

Permalink
feat: add learning_landscapes to tool list
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschreiber committed Jun 4, 2024
1 parent e33de49 commit 4cb593c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tool/components/ToolList.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import ToolCard from 'tool/components/ToolCard';
const ToolList = () => {
const { t } = useTranslation();

const toolList = ['storyMap', 'kobo', 'landscale'];
const toolList = ['storyMap', 'kobo', 'landscale', 'learning_landscapes'];

useDocumentTitle(t('tool.list_document_title'));
useDocumentDescription(t('tool.list_document_description'));
Expand Down

0 comments on commit 4cb593c

Please sign in to comment.