removed old buttons - repositioned to top

This commit is contained in:
Bernt Christian Egeland 2021-08-22 15:06:50 +02:00
parent c122cea479
commit 0d9ef63b12

View File

@ -45,7 +45,6 @@ export default function Event({ eventId, close }) {
return <ActivityIndicator />;
}
console.log(data);
return (
<div className="space-y-4">
<div className="grid grid-cols-6 gap-4">
@ -108,14 +107,6 @@ export default function Event({ eventId, close }) {
</div>
</div>
</div>
<div className="flex space-x-4 justify-center">
<Button color="blue" href={`${apiHost}/api/events/${eventId}/clip.mp4?download=true`} download>
<Clip className="w-6" /> Download Clip
</Button>
<Button color="blue" href={`${apiHost}/api/events/${eventId}/snapshot.jpg?download=true`} download>
<Snapshot className="w-6" /> Download Snapshot
</Button>
</div>
</Fragment>
) : (
<Fragment>