show score buttons on mobile
All checks were successful
Deploy SSR / deploy (push) Successful in 1m18s

This commit is contained in:
Lee 2024-09-12 19:39:27 +01:00
parent e26cd4b39c
commit f65407332c

@ -19,7 +19,7 @@ export default function ScoreButtons({ playerScore, beatSaverMap }: Props) {
const { toast } = useToast(); const { toast } = useToast();
return ( return (
<div className="hidden lg:flex flex-row flex-wrap gap-1 justify-end"> <div className="flex flex-row justify-center flex-wrap gap-1 lg:justify-end">
{beatSaverMap != undefined && ( {beatSaverMap != undefined && (
<> <>
{/* Copy BSR */} {/* Copy BSR */}