Skip to content

Commit b3ba261

Browse files
committed
fix: applications definition issue
1 parent 8594807 commit b3ba261

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/data/applications.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ export type Application = {
5858
// Add your application to this list
5959
const Applications: Application[] = [
6060
{
61-
title: 'FlashWords AAC';
62-
description: 'FlashWords AAC is an application for the Early Reading method which is successfully applied in the education of children with a delayed development that also affects speech development (e.g. Down Syndrom). The main goal is to support speech development. ';
63-
preview: require('./showcase/flashwordsaac.png');
64-
publishDate: new Date(2015, 9, 30);
65-
tags: ['education', 'mobile', 'desktop', 'game'];
66-
website: 'https://www.integratools.at';
67-
appStoreUrl: 'https://apps.apple.com/at/app/flashwords-aac/id1019094526';
61+
title: 'FlashWords AAC',
62+
description: 'FlashWords AAC is an application for the Early Reading method which is successfully applied in the education of children with a delayed development that also affects speech development (e.g. Down Syndrom). The main goal is to support speech development. ',
63+
preview: require('./showcase/flashwordsaac.png'),
64+
publishDate: new Date(2015, 9, 30),
65+
tags: ['education', 'mobile', 'desktop', 'game'],
66+
website: 'https://www.integratools.at',
67+
appStoreUrl: 'https://apps.apple.com/at/app/flashwords-aac/id1019094526',
6868
},
6969
{
7070
title: 'String art DIY',

0 commit comments

Comments
 (0)