Browse Source

perf: home section divider

BaiLuoYan 1 tháng trước cách đây
mục cha
commit
b83c880ee8
2 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 1
      src/pages/home/components/SectionDivider.tsx
  2. 0 1
      src/pages/home/index.tsx

+ 1 - 1
src/pages/home/components/SectionDivider.tsx

@@ -7,7 +7,7 @@ export function SectionDivider() {
                     y1="0.5"
                     x2="100%"
                     y2="0.5"
-                    stroke="white"
+                    stroke="rgba(255,255,255,0.4)"
                     strokeWidth="1"
                     strokeDasharray="12 12"
                 />

+ 0 - 1
src/pages/home/index.tsx

@@ -14,7 +14,6 @@ const Home: React.FC = () => {
             <AppAccess />
             <SectionDivider />
             <FeatureDetails />
-            <SectionDivider />
         </div>
     );
 };