diff --git a/apps/frontend/src/locales/en-US/index.json b/apps/frontend/src/locales/en-US/index.json
index 17866b10d..57a69e83f 100644
--- a/apps/frontend/src/locales/en-US/index.json
+++ b/apps/frontend/src/locales/en-US/index.json
@@ -567,7 +567,7 @@
"message": "Failed to load random projects :("
},
"landing.feature.follow.description": {
- "message": "Get notified every time your favorite projects update and stay in the loop"
+ "message": "Get notified every time your favorite projects update and stay in the loop."
},
"landing.feature.follow.heading": {
"message": "Follow projects you love"
@@ -642,7 +642,7 @@
"message": "Sort by"
},
"landing.section.for-creators.description": {
- "message": "Give an online home to your creations and reach a massive audience of dedicated players"
+ "message": "Give an online home to your creations and reach a massive audience of dedicated players."
},
"landing.section.for-creators.label": {
"message": "For Creators"
diff --git a/apps/frontend/src/pages/index.vue b/apps/frontend/src/pages/index.vue
index b02e2d75f..7e42891c5 100644
--- a/apps/frontend/src/pages/index.vue
+++ b/apps/frontend/src/pages/index.vue
@@ -204,8 +204,10 @@
{{ formatMessage(messages.playWithLauncherHeading) }}
-
- our own app
+
+
+
+
@@ -531,7 +533,7 @@ const messages = defineMessages({
creatorsDescription: {
id: 'landing.section.for-creators.description',
defaultMessage:
- 'Give an online home to your creations and reach a massive audience of dedicated players',
+ 'Give an online home to your creations and reach a massive audience of dedicated players.',
},
findWhatYouWantHeading: {
id: 'landing.feature.search.heading',
@@ -548,7 +550,7 @@ const messages = defineMessages({
},
followProjectsDescription: {
id: 'landing.feature.follow.description',
- defaultMessage: 'Get notified every time your favorite projects update and stay in the loop',
+ defaultMessage: 'Get notified every time your favorite projects update and stay in the loop.',
},
playWithLauncherHeading: {
id: 'landing.feature.launcher.heading',
@@ -1287,6 +1289,7 @@ const creatorFeatureMessages = defineMessages({
font-weight: 600;
line-height: 100%;
margin: 0 0 0.25rem;
+ width: 100%;
}
.main-header-strong {
@@ -1298,6 +1301,7 @@ const creatorFeatureMessages = defineMessages({
-webkit-text-fill-color: transparent;
-moz-text-fill-color: transparent;
color: transparent;
+ white-space: nowrap;
}
.animate-strong {