Skip to content

Commit

Permalink
fix: hero text pos
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Apr 28, 2024
1 parent b15c5d9 commit b9608de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion ecosystem.standalone.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ module.exports = {
env: {
PORT: 2323,
NODE_ENV: 'production',
...require('dotenv').config().parsed,
},
log_date_format: 'YYYY-MM-DD HH:mm:ss',
},
Expand Down
2 changes: 1 addition & 1 deletion src/app/(app)/(home)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ const Hero = () => {
'text-neutral-800/80 center dark:text-neutral-200/80',
)}
>
<small>
<small className="text-center">
当第一颗卫星飞向大气层外,我们便以为自己终有一日会征服宇宙。
</small>
<span className="mt-8 animate-bounce">
Expand Down

0 comments on commit b9608de

Please sign in to comment.