Skip to content

Commit 002939d

Browse files
committed
remove comments
1 parent 3599b66 commit 002939d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/src/components/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
export const IndexPage = () => (
22
<div className="min-h-screen flex flex-col items-center justify-center relative overflow-hidden">
3-
{/* 渐变背景 */}
43
<div className="absolute inset-0 bg-gradient-to-r from-orange-100 via-red-100 to-cyan-100">
54
<div className="absolute inset-0 bg-[linear-gradient(to_right,#80808012_1px,transparent_1px),linear-gradient(to_bottom,#80808012_1px,transparent_1px)] bg-[size:24px_24px]"></div>
65
</div>
76

8-
{/* 内容区域 */}
97
<div className="relative z-10 text-center px-4">
108
<h1 className="text-4xl md:text-6xl font-bold mb-6 text-gray-900">
119
React Native Awesome Slider

0 commit comments

Comments
 (0)