We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e1a245 commit cd9d73cCopy full SHA for cd9d73c
pcweb/views/footer.py
@@ -65,7 +65,11 @@ def menu_socials() -> rx.Component:
65
class_name="!border-l !border-r border-slate-5 border-solid border-y-0",
66
),
67
social_menu_item("discord", DISCORD_URL),
68
- social_menu_item("linkedin", LINKEDIN_URL),
+ social_menu_item(
69
+ "linkedin",
70
+ LINKEDIN_URL,
71
+ class_name="!border-l !border-r border-slate-5 border-solid border-y-0",
72
+ ),
73
class_name="flex flex-row h-full align-center divide-x divide-slate-5 border-solid",
74
75
class_name="border-slate-5 bg-slate-1 shadow-large border rounded-full h-6 overflow-hidden",
0 commit comments