Skip to content

Commit a8abdac

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/playground/src/pages/Home.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ export const Home = () => {
122122
<div className="flex-1 p-3">
123123
<div className="space-y-2.5">
124124
<div className="h-2.5 bg-gradient-to-r from-indigo-200 to-purple-200 rounded-full w-1/2 animate-pulse"></div>
125-
<div className="h-2.5 bg-gradient-to-r from-blue-200 to-cyan-200 rounded-full w-3/4 animate-pulse delay-75"></div>
126-
<div className="h-2.5 bg-gradient-to-r from-purple-200 to-pink-200 rounded-full w-full animate-pulse delay-150"></div>
125+
<div className="h-2.5 bg-gradient-to-r from-blue-200 to-cyan-200 rounded-full w-3/4 animate-pulse [animation-delay:75ms]"></div>
126+
<div className="h-2.5 bg-gradient-to-r from-purple-200 to-pink-200 rounded-full w-full animate-pulse [animation-delay:150ms]"></div>
127127
</div>
128128
</div>
129129
</div>

0 commit comments

Comments
 (0)