misc: sigh

This commit is contained in:
Yangshun
2021-09-02 13:27:17 +08:00
parent 17b7dc3bfc
commit 1f215620c2

View File

@ -22,7 +22,7 @@ export default React.memo(function SidebarAd() {
return (
<BrowserOnly>
{() =>
Math.random() ? (
Math.random() > 0.5 ? (
<a
className={clsx(styles.container, backgroundClass)}
href="https://www.moonchaser.io/?utm_source=techinterviewhandbook&utm_medium=referral&utm_content=website_docs_sidebar"