Skip to content

Commit cd9d73c

Browse files
authored
fix socials inner borders (#1422)
1 parent 3e1a245 commit cd9d73c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pcweb/views/footer.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,11 @@ def menu_socials() -> rx.Component:
6565
class_name="!border-l !border-r border-slate-5 border-solid border-y-0",
6666
),
6767
social_menu_item("discord", DISCORD_URL),
68-
social_menu_item("linkedin", LINKEDIN_URL),
68+
social_menu_item(
69+
"linkedin",
70+
LINKEDIN_URL,
71+
class_name="!border-l !border-r border-slate-5 border-solid border-y-0",
72+
),
6973
class_name="flex flex-row h-full align-center divide-x divide-slate-5 border-solid",
7074
),
7175
class_name="border-slate-5 bg-slate-1 shadow-large border rounded-full h-6 overflow-hidden",

0 commit comments

Comments
 (0)