From d90afa8eac1f839dfd1b99508a23025b166eb887 Mon Sep 17 00:00:00 2001 From: Zhenya Goroh Date: Mon, 30 Sep 2024 18:02:33 +0300 Subject: [PATCH] Fixed InfoIcon alignment --- src/components/download.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/download.tsx b/src/components/download.tsx index bb293e2..a1eac89 100644 --- a/src/components/download.tsx +++ b/src/components/download.tsx @@ -236,7 +236,7 @@ export default function DownloadPage() { {selectedLinuxDownloadType === "appimage" && (
-
+

AppImage users?

@@ -254,7 +254,7 @@ export default function DownloadPage() { )} {selectedLinuxDownloadType === "flatpak" && (
-
+

Flatpak users?