Commit 465b63e4 authored by Grant's avatar Grant
Browse files

add shop link to event info overlay

parent cef63dee
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
import React, { useEffect, useRef } from "react";
import { useAppContext } from "../contexts/AppContext";
import { Button } from "@nextui-org/react";
import { Button, Link } from "@nextui-org/react";

/**
 * *oh god the terrible code*
@@ -29,6 +29,9 @@ export const EventInfoOverlay = ({ children }: React.PropsWithChildren) => {
      <div className="flex-grow" />

      <div>
        <Button as={Link} href="https://sc07.shop" color="primary">
          Shop (poster prints!)
        </Button>
        <Button onPress={() => setInfoSidebar(true)}>Info</Button>
        <Button onPress={() => setSettingsSidebar(true)}>Settings</Button>
      </div>