From 31fb749e930a7b43ded1db041be39188a6606789 Mon Sep 17 00:00:00 2001 From: Gabe Yuan Date: Mon, 25 Sep 2023 11:43:14 +0800 Subject: [PATCH] minor revision --- README.en.md | 2 +- src/views/Content/index.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.en.md b/README.en.md index 6b3e8b4..427e372 100644 --- a/README.en.md +++ b/README.en.md @@ -59,7 +59,7 @@ If you also like a little more simplicity, welcome to pick it up. - Greasy Fork [Installation address](https://greasyfork.org/zh-CN/scripts/472840-kiss-translator) - [x] iOS Safari ([Userscripts Safari](https://github.com/quoid/userscripts)) [Installation link 1](https://fishjar.github.io/kiss-translator/kiss-translator-ios-safari.user.js)、 [Installation link 2](https://kiss-translator.rayjar.com/kiss-translator.user-ios-safari.js) -## Associated ProjectS +## Associated Projects - Data synchronization service: [https://github.com/fishjar/kiss-worker](https://github.com/fishjar/kiss-worker) - Data synchronization service available for this project. diff --git a/src/views/Content/index.js b/src/views/Content/index.js index eaf2701..f1236ed 100644 --- a/src/views/Content/index.js +++ b/src/views/Content/index.js @@ -120,7 +120,7 @@ export default function Content({ q, translator }) { if (loading) { return ( <> - {q.length > newlineLength ?
: " "} + {q.length >= newlineLength ?
: " "} ); @@ -129,7 +129,7 @@ export default function Content({ q, translator }) { if (text && !sameLang) { return ( <> - {q.length > newlineLength ?
: " "} + {q.length >= newlineLength ?
: " "}