testing 127.0.0.1 issue

Signed-off-by: Kenneth Obsequio <k80308392@gmail.com>
This commit is contained in:
2026-07-07 13:40:07 +08:00
parent 244aa607f7
commit 6624c0d27f
62 changed files with 662 additions and 1889 deletions
+1 -6
View File
@@ -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" />