From ca76c45134add48e0b20e26abacaec1485946cad Mon Sep 17 00:00:00 2001 From: blackxfiied <41133734+blackxfiied@users.noreply.github.com> Date: Wed, 23 Oct 2024 08:58:33 +0800 Subject: [PATCH] refactor: update feature titles --- src/pages/index.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 7bde6dd..8572e7a 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -33,7 +33,7 @@ export const features = [ color: "#e241da", }, { - title: "Multiple launchers, one place", + title: "Multiple launchers, one place.", desc: "Install, set up, and launch all your games from an external launcher, or by yourself.", image: AccountManagerScreenshotLight, color: "#3d44c3", @@ -45,7 +45,7 @@ export const features = [ color: "#2294b1", }, { - title: "Import your own titles", + title: "Import your own titles.", desc: "Epic not enough? Import your own macOS or Windows® titles directly into Mythic, and the rest is history.", image: ImportSheetScreenshotLight, color: "#e241da",