stupid UX bullshit
This commit is contained in:
@@ -272,7 +272,6 @@ export default function Home() {
|
|||||||
<Flex flexDirection={"column"} gapY={4}>
|
<Flex flexDirection={"column"} gapY={4}>
|
||||||
<Input
|
<Input
|
||||||
type="text"
|
type="text"
|
||||||
variant={"subtle"}
|
|
||||||
readOnly={true}
|
readOnly={true}
|
||||||
value={link}
|
value={link}
|
||||||
border={"1px solid #4a4a4a"}
|
border={"1px solid #4a4a4a"}
|
||||||
@@ -280,6 +279,7 @@ export default function Home() {
|
|||||||
<Button
|
<Button
|
||||||
variant={"outline"}
|
variant={"outline"}
|
||||||
border={"1px solid #4a4a4a"}
|
border={"1px solid #4a4a4a"}
|
||||||
|
color={"#FFF"}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
navigator.clipboard.writeText(link);
|
navigator.clipboard.writeText(link);
|
||||||
toaster.create({ description: "Copied link to clipboard" });
|
toaster.create({ description: "Copied link to clipboard" });
|
||||||
|
|||||||
Reference in New Issue
Block a user