From 3d3e99272af071fe987ea1cd7a5e335caa088162 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Fri, 1 Oct 2021 10:44:53 +0100 Subject: [PATCH] replaced another location.hostname, deleted DonateBanner (#834) * replaced another location.hostname, deleted DonateBanner * wip --- pages/event-types/[type].tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/event-types/[type].tsx b/pages/event-types/[type].tsx index d5473b01c4..0dd007c9ef 100644 --- a/pages/event-types/[type].tsx +++ b/pages/event-types/[type].tsx @@ -385,7 +385,7 @@ const EventTypePage = (props: inferSSRProps) => {
- {typeof location !== "undefined" ? location.hostname : ""}/ + {process.env.NEXT_PUBLIC_APP_URL?.replace(/^(https?:|)\/\//, "")}/ {team ? "team/" + team.slug : eventType.users[0].username}/