Skip to content

Commit c205f87

Browse files
committed
remove border
1 parent aca0712 commit c205f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pcweb/pages/landing/views/use_cases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def use_cases():
9797
"Build internal tools, dashboards, and AI apps with Reflex.",
9898
class_name="lg:text-3xl text-xl font-semibold text-slate-9 text-balance",
9999
),
100-
class_name="w-full flex flex-col gap-2 px-6 py-[3.5rem] text-center border-b border-slate-3",
100+
class_name="w-full flex flex-col gap-2 px-6 py-[3.5rem] text-center",
101101
),
102102
tabs.root(
103103
rx.box(

0 commit comments

Comments
 (0)