Skip to content

Commit 6d81c89

Browse files
committed
Update Flathub to Flatpak
1 parent 613df98 commit 6d81c89

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Diff for: src/constants/TryCardData.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,12 @@ export const TryCardData: CardDataType[] = [
105105
gradientClass: 'bg-gradient-to-r from-red-600 to-green-500',
106106
},
107107
{
108-
title: 'Convenient installation via Flathub',
108+
title: 'Convenient installation via Flatpak',
109109
description:
110110
'Create musical code with the browser based visual programming language Music Blocks',
111-
tryNowText: 'Try Flathub now!',
111+
tryNowText: 'Try Flatpak now!',
112112
tryNowHref: 'https://flathub.org/apps/search?q=sugar%20labs',
113-
learnMoreText: 'Learn more about Flathub',
113+
learnMoreText: 'Learn more about Flatpak',
114114
learnMoreHref: '/flathub',
115115
imagePath: FlatHubImg,
116116
gradientClass: 'bg-gradient-to-r from-gray-400 to-gray-900',

Diff for: src/constants/TryNowData/flathubData.ts

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
export const flathubData = {
2-
title: 'Flathub for Sugar Labs',
2+
title: 'Flatpak for Sugar Labs',
33
subtitle: 'Simplified Learning Platform Distribution',
44
quote: '"Education should be accessible everywhere" – Sugar Labs',
55
description:
6-
'Flathub enables easy installation and distribution of Sugar Labs educational activities across different Linux platforms.',
6+
'Flatpak enables easy installation and distribution of Sugar Labs educational activities across different Linux platforms.',
77
images: [
88
{
99
src: 'assets/TryNowImages/flathub1.png',
@@ -14,9 +14,9 @@ export const flathubData = {
1414

1515
export const flathubSections = [
1616
{
17-
title: 'Flathub and Sugar Labs',
17+
title: 'Flatpak and Sugar Labs',
1818
content:
19-
'Flathub provides a streamlined way to package and distribute Sugar Labs educational activities. It ensures that learning tools can be easily installed on various Linux distributions, making education more accessible.',
19+
'Flatpak provides a streamlined way to package and distribute Sugar Labs educational activities. It ensures that learning tools can be easily installed on various Linux distributions, making education more accessible.',
2020
button: 'Explore Sugar Labs Activities',
2121
buttonLink: 'https://flathub.org/apps/search?q=sugar%20labs',
2222
},
@@ -70,8 +70,8 @@ export const flathubLogoCards = [
7070
export const numberedCards1 = [
7171
{
7272
number: '1',
73-
title: 'Install Flathub',
74-
description: 'Add Flathub repository to your Linux system',
73+
title: 'Install Flatpak',
74+
description: 'Add Flatpak repository to your Linux system',
7575
borderColor: '#68A6F7',
7676
},
7777
{

Diff for: src/pages/TryNow/FlatHub.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const FlatHubPage = () => {
6060
))}
6161

6262
<h2 className="text-3xl sm:text-4xl font-semibold border-b-2 border-gray-300 pb-2 font-[Caveat] text-center mx-auto w-fit mt-10">
63-
What can you do with <span className="text-[#68A6F7]">Flathub</span>?
63+
What can you do with <span className="text-[#68A6F7]">Flatpak</span>?
6464
</h2>
6565

6666
<div className="flex justify-center">

0 commit comments

Comments
 (0)