mirror of
https://github.com/rgrgogu/new_starr.git
synced 2026-09-27 00:12:54 +08:00
testing 127.0.0.1 issue
Signed-off-by: Kenneth Obsequio <k80308392@gmail.com>
This commit is contained in:
@@ -205,12 +205,7 @@ function LandingPage() {
|
||||
<Button
|
||||
variant="ghost"
|
||||
size="icon"
|
||||
onClick={() => handleCopy(value) + toast("Copied text successfully!", {
|
||||
action: {
|
||||
label: "Close",
|
||||
onClick: () => {}
|
||||
}
|
||||
})}
|
||||
onClick={() => handleCopy(value) + toast("Copied text successfully!")}
|
||||
>
|
||||
{copied === value ? (
|
||||
<Check className="size-4" />
|
||||
|
||||
Reference in New Issue
Block a user