diff --git a/ui/src/app/components/notifications/SpecialBeast.tsx b/ui/src/app/components/notifications/SpecialBeast.tsx index d670de2b9..86fbe56de 100644 --- a/ui/src/app/components/notifications/SpecialBeast.tsx +++ b/ui/src/app/components/notifications/SpecialBeast.tsx @@ -8,6 +8,7 @@ import TwitterShareButton from "../buttons/TwitterShareButtons"; import { getAppUrl } from "@/app/lib/constants"; import useAdventurerStore from "@/app/hooks/useAdventurerStore"; import { Button } from "../buttons/Button"; +import { getTokenViewerUrl } from "@/app/lib/constants"; export const SpecialBeast = () => { const adventurer = useAdventurerStore((state) => state.adventurer); @@ -63,12 +64,15 @@ export const SpecialBeast = () => { /> )} -