Skip to content

Commit

Permalink
unpublish beta CTA banner
Browse files Browse the repository at this point in the history
  • Loading branch information
LWinterberg committed Apr 19, 2024
1 parent ddc104a commit 79d31e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/banner/BetaBanner.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ import React from "react";
import "../../styles/icons.css";

function BetaBanner(url) {
//no beta at the moment
return null;

function handleButtonClick() {
if (typeof _paq !== "undefined") {
_paq.push([
Expand Down

0 comments on commit 79d31e3

Please sign in to comment.