use <Button> for Replay changes

This commit is contained in:
Nikita Galaiko 2023-04-04 16:08:34 +02:00
parent e0fb1c93ba
commit 828f98311b

View File

@ -104,13 +104,13 @@
day: 'numeric'
})}
</div>
<a
title="Reply changes (R)"
class="text-blue-500 hover:text-blue-400 hover:underline"
<Button
href="/projects/{$project.id}/player/{format(date, 'yyyy-MM-dd')}"
filled={false}
role="primary"
>
Replay Changes
</a>
</Button>
</header>
<ul class="flex flex-col rounded border border-zinc-700 bg-[#2F2F33] p-4">
{#each Object.entries(activity) as [filepath, deltas]}