Skip to content

Commit 2c90da6

Browse files
更新 Home.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 26f6a97 commit 2c90da6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/playground/src/pages/Home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const Home = () => {
4747
{/* Decorative elements */}
4848
<div className="absolute inset-0 -z-10 overflow-hidden">
4949
<div className="absolute top-0 left-1/4 w-96 h-96 bg-gradient-to-br from-indigo-200 to-purple-200 rounded-full blur-3xl opacity-30 animate-pulse"></div>
50-
<div className="absolute top-20 right-1/4 w-80 h-80 bg-gradient-to-br from-blue-200 to-cyan-200 rounded-full blur-3xl opacity-30 animate-pulse delay-1000"></div>
50+
<div className="absolute top-20 right-1/4 w-80 h-80 bg-gradient-to-br from-blue-200 to-cyan-200 rounded-full blur-3xl opacity-30 animate-pulse"></div>
5151
</div>
5252

5353
<div className="inline-flex items-center gap-2 px-4 py-2 bg-indigo-50 border border-indigo-200 rounded-full text-sm font-semibold text-indigo-700 mb-6 shadow-sm">

0 commit comments

Comments
 (0)