From 47a38df7e062c173cc403bf277a55b2f1416358a Mon Sep 17 00:00:00 2001 From: Bojan Mojsilovic Date: Tue, 6 Feb 2024 14:07:42 +0100 Subject: [PATCH] Fix spacing on the downloads page --- src/pages/Downloads.module.scss | 3 ++- src/pages/Downloads.tsx | 4 ++-- src/translations.ts | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/pages/Downloads.module.scss b/src/pages/Downloads.module.scss index 08b346e..02adfdb 100644 --- a/src/pages/Downloads.module.scss +++ b/src/pages/Downloads.module.scss @@ -29,6 +29,7 @@ .downloadsContent { display: flex; + gap: 10px; align-items: flex-start; justify-content: center; width: 100%; @@ -122,7 +123,7 @@ font-size: 12px; font-weight: 400; line-height: 18px; - margin-top: 12px; + margin-top: 16px; } .desktopCTA { diff --git a/src/pages/Downloads.tsx b/src/pages/Downloads.tsx index c00d59c..d1887c6 100644 --- a/src/pages/Downloads.tsx +++ b/src/pages/Downloads.tsx @@ -117,7 +117,7 @@ const Downloads: Component = () => {
- {displayDate(iosRD).toLowerCase()} | Build {iosVersion} + {displayDate(iosRD).toLowerCase()} | {intl.formatMessage(t.build)} {iosVersion}
@@ -139,7 +139,7 @@ const Downloads: Component = () => {
- {displayDate(andRD).toLowerCase()} | Build {andVersion} + {displayDate(andRD).toLowerCase()} | {intl.formatMessage(t.build)} {andVersion}
diff --git a/src/translations.ts b/src/translations.ts index 153f3a8..930862a 100644 --- a/src/translations.ts +++ b/src/translations.ts @@ -422,7 +422,7 @@ export const downloads = { }, build: { id: 'downloads.build', - defaultMessage: 'build', + defaultMessage: 'Build', description: 'Build label', }, released: {