Skip to content

Commit 99873e5

Browse files
Fix youtube link (#7470)
Do not show in changelog
1 parent 3e87e5f commit 99873e5

File tree

1 file changed

+1
-1
lines changed
  • newIDE/app/src/MainFrame/EditorContainers/HomePage/GetStartedSection

1 file changed

+1
-1
lines changed

newIDE/app/src/MainFrame/EditorContainers/HomePage/GetStartedSection/EarnCredits.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ const allBadgesInfo: BadgeInfo[] = [
134134
{
135135
id: 'youtube-subscription',
136136
label: <Trans>Subscribe</Trans>,
137-
linkUrl: 'https://x.com/GDevelopApp',
137+
linkUrl: 'https://youtube.com/GDevelopApp',
138138
type: 'badge',
139139
},
140140
];

0 commit comments

Comments
 (0)