remove ads on dev

This commit is contained in:
AykutSarac 2022-06-13 23:09:41 +03:00
parent 33b7b3a0cb
commit 9fa7878972

View File

@ -3,6 +3,8 @@ import React from "react";
const isDevelopment = process.env.NODE_ENV === "development";
export const CarbonAds = () => {
if (isDevelopment) return null;
return (
<>
<script