move mark as review button to left side of previews in filmstrip

This commit is contained in:
Josh Hawkins 2025-10-12 12:00:42 -05:00
parent 6d6c3b296c
commit 43a4c335d9

View File

@ -145,7 +145,7 @@ export function AnimatedEventCard({
<Tooltip>
<TooltipTrigger asChild>
<Button
className="absolute right-2 top-1 z-40 bg-gray-500 bg-gradient-to-br from-gray-400 to-gray-500"
className="absolute left-2 top-1 z-40 bg-gray-500 bg-gradient-to-br from-gray-400 to-gray-500"
size="xs"
aria-label={t("markAsReviewed")}
onClick={async () => {