Skip to content

Commit 0e3dbe2

Browse files
committed
Fixed issue
1 parent 539ddd8 commit 0e3dbe2

File tree

2 files changed

+2
-27
lines changed

2 files changed

+2
-27
lines changed

src/components/Ads/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import styles from './styles.module.css';
55

66
const AD_REFRESH_RATE = 20 * 1000;
77

8-
// ====== ✅ Ad Variants ======
8+
// ====== Ads Variants ======
99
function CodeHarborHubIntro({ position }) {
1010
return (
1111
<a
@@ -57,7 +57,7 @@ function CodeHarborHubCommunity({ position }) {
5757
);
5858
}
5959

60-
// ====== Main Rotating Ad Component ======
60+
// ====== Main Rotating Ad Component ======
6161
export default React.memo(function SidebarAd({ position }) {
6262
const [counter, setCounter] = useState(0);
6363

src/theme/DocSidebar/Desktop/Content/index.js

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)