add cool og image for player embed
All checks were successful
Deploy Backend / deploy (push) Successful in 3m39s
Deploy Website / deploy (push) Successful in 6m47s

This commit is contained in:
Lee
2024-10-15 18:59:13 +01:00
parent 005e05d8fb
commit ef634194b8
6 changed files with 83 additions and 29 deletions

View File

@ -1,5 +1,6 @@
import { ArrowPathIcon } from "@heroicons/react/24/solid";
import clsx from "clsx";
import * as React from "react";
import { useEffect, useState } from "react";
import {
Pagination as ShadCnPagination,
@ -10,7 +11,6 @@ import {
PaginationNext,
PaginationPrevious,
} from "../ui/pagination";
import * as React from "react";
import { ChevronDoubleLeftIcon, ChevronDoubleRightIcon } from "@heroicons/react/16/solid";
type PaginationItemWrapperProps = {