mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-20 05:12:54 +08:00
remove ads on dev
This commit is contained in:
parent
33b7b3a0cb
commit
9fa7878972
@ -3,6 +3,8 @@ import React from "react";
|
||||
const isDevelopment = process.env.NODE_ENV === "development";
|
||||
|
||||
export const CarbonAds = () => {
|
||||
if (isDevelopment) return null;
|
||||
|
||||
return (
|
||||
<>
|
||||
<script
|
||||
|
Loading…
x
Reference in New Issue
Block a user