Skip to content

Commit

Permalink
Updated Loading Page
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJustChew committed Nov 6, 2023
1 parent 7fb8ef5 commit d09cd22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/[lang]/loading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const LoadingPage = () => {
<div className="grid place-items-center w-full h-screen">
<div className="flex flex-col items-center">
<LinearProgress />
<span className="mt-2 text-gray-500">載入中...</span>
<span className="mt-2 text-gray-300 dark:text-neutral-700 font-bold text-2xl">Loading 載入中...</span>
</div>
</div>
)
Expand Down

0 comments on commit d09cd22

Please sign in to comment.