Skip to content

Commit 353a6ce

Browse files
fix(footer): remove unneeded :after pseudo style
1 parent b261382 commit 353a6ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Footer.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,6 @@ const Footer: React.FC<IProps> = () => {
351351
dir={isPageRightToLeft ? "auto" : "ltr"}
352352
textDecor="none"
353353
color="text200"
354-
_after={{ color: "text200" }}
355354
_hover={{
356355
textDecor: "none",
357356
color: "primary",

0 commit comments

Comments
 (0)