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 539ddd8 commit 0e3dbe2Copy full SHA for 0e3dbe2
src/components/Ads/index.js
@@ -5,7 +5,7 @@ import styles from './styles.module.css';
5
6
const AD_REFRESH_RATE = 20 * 1000;
7
8
-// ====== ✅ Ad Variants ======
+// ====== Ads Variants ======
9
function CodeHarborHubIntro({ position }) {
10
return (
11
<a
@@ -57,7 +57,7 @@ function CodeHarborHubCommunity({ position }) {
57
);
58
}
59
60
-// ====== ✅ Main Rotating Ad Component ======
+// ====== Main Rotating Ad Component ======
61
export default React.memo(function SidebarAd({ position }) {
62
const [counter, setCounter] = useState(0);
63
src/theme/DocSidebar/Desktop/Content/index.js
0 commit comments