Skip to content

Commit 84811dd

Browse files
committed
Add Physics in try Sugar
1 parent ebecdc4 commit 84811dd

File tree

3 files changed

+27
-6
lines changed

3 files changed

+27
-6
lines changed
File renamed without changes.
Lines changed: 13 additions & 0 deletions
Loading

src/constants/TryCardData.ts

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import TurtleBlocksImg from '/assets/Cards/TurtleBlocks.png';
33
import SugarizerImg from '/assets/Cards/Sugarizer.png';
44
import BootableDriveImg from '/assets/Cards/BootableDrive.png';
55
import DesktopInitializationImg from '/assets/Cards/DesktopInitialization.png';
6-
import TriquelImg from '/assets/Cards/Triquel.png';
6+
import TrisquelImg from '/assets/Cards/Trisquel.png';
77
import RaspberryPiImg from '/assets/Cards/RaspberryPi.png';
88
import FlatpackImg from '/assets/Cards/Flatpack.png';
99
import Finance from '/assets/Cards/activity-finance.svg';
@@ -14,6 +14,7 @@ import Words from '/assets/Cards/activity-words.svg';
1414
import Ruler from '/assets/Cards/activity-ruler.svg';
1515
import StarChart from '/assets/Cards/activity-star-chart.svg';
1616
import Recall from '/assets/Cards/activity-recall.svg';
17+
import Physics from '/assets/Cards/activity-physics.svg';
1718

1819
interface CardDataType {
1920
title: string;
@@ -83,14 +84,14 @@ export const TryCardData: CardDataType[] = [
8384
gradientClass: 'bg-gradient-to-r from-blue-700 to-blue-500',
8485
},
8586
{
86-
title: 'Try Triquel for full freedom',
87+
title: 'Try Trisquel for full freedom',
8788
description:
88-
'Get all the benefits of a bootable/installation frive on the fully free and well maintained Triquel distro.',
89-
tryNowText: 'Try Triquel now!',
89+
'Get all the benefits of a bootable/installation frive on the fully free and well maintained Trisquel distro.',
90+
tryNowText: 'Try Trisquel now!',
9091
tryNowHref: '#',
91-
learnMoreText: 'Learn more about Triquel',
92+
learnMoreText: 'Learn more about Trisquel',
9293
learnMoreHref: '#',
93-
imagePath: TriquelImg,
94+
imagePath: TrisquelImg,
9495
gradientClass: 'bg-gradient-to-r from-blue-700 to-blue-900',
9596
},
9697
{
@@ -173,4 +174,11 @@ export const Activities = [
173174
buttonText: 'Get Recall',
174175
href: 'https://v4.activities.sugarlabs.org/app/org.sugarlabs.RecallActivity.html',
175176
},
177+
{
178+
title: 'Physics',
179+
description: 'Physical world simulator and playground',
180+
icon: Physics,
181+
buttonText: 'Get Physics',
182+
href: 'https://activities.sugarlabs.org/en-US/sugar/addon/4193',
183+
},
176184
];

0 commit comments

Comments
 (0)