From 4eeded22b129cba942449a10f07f39040199bccd Mon Sep 17 00:00:00 2001 From: Deven14125 Date: Sun, 29 Mar 2026 13:45:42 +0530 Subject: [PATCH] Remove before/after pseudo-element classes from TextRotater Delete Tailwind pseudo-element classes (before:... and after:...) from TextRotater.jsx that previously added 3px gradient bars at the component's top and bottom. This simplifies the component's className and removes the extra pseudo-element background styling. --- src/components/TextRotater/TextRotater.jsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/components/TextRotater/TextRotater.jsx b/src/components/TextRotater/TextRotater.jsx index 9fe7e835b5e8..8487804b06a7 100644 --- a/src/components/TextRotater/TextRotater.jsx +++ b/src/components/TextRotater/TextRotater.jsx @@ -40,12 +40,6 @@ export default class TextRotater extends PureComponent {