style: copy

This commit is contained in:
zhom
2025-08-13 11:20:03 +04:00
parent a14da3d2f0
commit 1d71729c9e
+1 -1
View File
@@ -806,7 +806,7 @@ export default function Home() {
<div className="bg-white dark:bg-neutral-900 rounded-xl p-6 shadow-xl border border-black/10 dark:border-white/10 w-[320px] text-center">
<div className="text-lg font-medium">Initializing</div>
<div className="mt-1 mb-2 text-sm text-gray-600 dark:text-gray-300">
please don't close the app
Please don't close the app
</div>
<div className="mx-auto mb-4 w-8 h-8 rounded-full border-2 border-gray-300 animate-spin border-t-gray-900 dark:border-gray-700 dark:border-t-white" />
</div>