From 5d81410646b90f156b495b57ebdb66bfed0855b8 Mon Sep 17 00:00:00 2001 From: Sol Lee <82362278+saul-atomrigs@users.noreply.github.com> Date: Wed, 25 Sep 2024 13:12:34 +0900 Subject: [PATCH] fix(suspensive.org): fix `v2` place in the logo (#1276) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Overview Quick little UI bug I found. Fixed by removing `right-0`. Thanks! ### AS-IS Captura de pantalla 2024-09-25 a las 12 02 34 p
 m ### TO-BE Captura de pantalla 2024-09-25 a las 12 04 24 p
 m ## PR Checklist - [✅] I did below actions if need 1. I read the [Contributing Guide](https://github.com/toss/suspensive/blob/main/CONTRIBUTING.md) 2. I added documents and tests. --- docs/suspensive.org/src/components/HomePage.tsx | 2 +- docs/suspensive.org/theme.config.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/suspensive.org/src/components/HomePage.tsx b/docs/suspensive.org/src/components/HomePage.tsx index efdf45bff..2954ae616 100644 --- a/docs/suspensive.org/src/components/HomePage.tsx +++ b/docs/suspensive.org/src/components/HomePage.tsx @@ -21,7 +21,7 @@ export const HomePage = ({ Suspensive with star
- {title} v{version} + {title} v{version}

{description}

diff --git a/docs/suspensive.org/theme.config.tsx b/docs/suspensive.org/theme.config.tsx index 0daaf9214..70fbcd669 100644 --- a/docs/suspensive.org/theme.config.tsx +++ b/docs/suspensive.org/theme.config.tsx @@ -34,7 +34,7 @@ const config: DocsThemeConfig = { suspensive logo
Suspensive - v2 + v2
)