mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-13 10:05:05 +01:00
Fix stupid checkmark thing >:(
This commit is contained in:
parent
f17ccd5066
commit
3b329bcf14
@ -43,7 +43,7 @@ export function ErrorCard(props: {
|
|||||||
<div className="flex items-center justify-center gap-3">
|
<div className="flex items-center justify-center gap-3">
|
||||||
<Button
|
<Button
|
||||||
theme="secondary"
|
theme="secondary"
|
||||||
padding="p-2 md:px-4"
|
padding="p-2 h-10 min-w-[40px] md:px-4"
|
||||||
onClick={() => copyError()}
|
onClick={() => copyError()}
|
||||||
>
|
>
|
||||||
{hasCopied ? (
|
{hasCopied ? (
|
||||||
|
Loading…
Reference in New Issue
Block a user