diff --git a/directory/src/routes/path/Home.jsx b/directory/src/routes/path/Home.jsx index 2b35d00..9d1e159 100644 --- a/directory/src/routes/path/Home.jsx +++ b/directory/src/routes/path/Home.jsx @@ -169,7 +169,7 @@ export default function Home() { { officalUpdate.length > operators.length && (
-
+
{officalUpdate.length - operators.length} {i18n("new_op_wait_to_update")}
diff --git a/directory/src/scss/home/Home.module.scss b/directory/src/scss/home/Home.module.scss index c7756bb..9335d64 100644 --- a/directory/src/scss/home/Home.module.scss +++ b/directory/src/scss/home/Home.module.scss @@ -1,10 +1,6 @@ @use "@/scss/_page_base.scss"; .offical-update { - flex-direction: column; - align-items: stretch; - padding: 1rem; - .info { display: flex; flex-direction: column;