mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
light mode
This commit is contained in:
@@ -21,8 +21,8 @@ const NpmPackage = () => {
|
||||
|
||||
return (
|
||||
<div className="flex items-center justify-center mt-2">
|
||||
<span className="inline-block w-3 h-5 bg-blue-400 animate-pulse mr-2" />
|
||||
<span className="text-gray-300 text-xl font-mono">
|
||||
<span className="inline-block w-3 h-5 bg-blue-400 dark:bg-blue-500 animate-pulse mr-2" />
|
||||
<span className="text-gray-700 dark:text-gray-300 text-xl font-mono">
|
||||
{versionLoading ? "[v1.0.0]" : `[v${version}]`}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user