diff --git a/pages/success.tsx b/pages/success.tsx
index 023274e2..6b859108 100644
--- a/pages/success.tsx
+++ b/pages/success.tsx
@@ -4,7 +4,7 @@ import prisma, { whereAndSelect } from "../lib/prisma";
import { useEffect, useState } from "react";
import { useRouter } from "next/router";
import { CheckIcon } from "@heroicons/react/outline";
-import { CalendarIcon, ClockIcon, LocationMarkerIcon } from "@heroicons/react/solid";
+import { ClockIcon } from "@heroicons/react/solid";
import dayjs from "dayjs";
import utc from "dayjs/plugin/utc";
import toArray from "dayjs/plugin/toArray";
@@ -166,7 +166,9 @@ export default function Success(props) {
eventName
) + (location ? "&location=" + location : "")
}>
-
+