Skip to content

Commit b9608de

Browse files
committed
fix: hero text pos
Signed-off-by: Innei <[email protected]>
1 parent b15c5d9 commit b9608de

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ecosystem.standalone.config.cjs

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ module.exports = {
99
env: {
1010
PORT: 2323,
1111
NODE_ENV: 'production',
12-
...require('dotenv').config().parsed,
1312
},
1413
log_date_format: 'YYYY-MM-DD HH:mm:ss',
1514
},

src/app/(app)/(home)/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ const Hero = () => {
185185
'text-neutral-800/80 center dark:text-neutral-200/80',
186186
)}
187187
>
188-
<small>
188+
<small className="text-center">
189189
当第一颗卫星飞向大气层外,我们便以为自己终有一日会征服宇宙。
190190
</small>
191191
<span className="mt-8 animate-bounce">

0 commit comments

Comments
 (0)