From 3786ff84adb47148c30655ff46e225d9576b5950 Mon Sep 17 00:00:00 2001 From: Liam Date: Wed, 17 Apr 2024 19:06:26 +0100 Subject: [PATCH] update get started to postman collection --- src/app/(pages)/page.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app/(pages)/page.tsx b/src/app/(pages)/page.tsx index 56934ea..d1243a3 100644 --- a/src/app/(pages)/page.tsx +++ b/src/app/(pages)/page.tsx @@ -10,7 +10,12 @@ type Button = { }; const buttons: Button[] = [ - { title: "Get Started", tooltip: "Click to get open the player page", url: "/player" }, + { + title: "Get Started", + tooltip: "Click to view the Postman Collection", + url: "https://www.postman.com/imfascinated/workspace/minecraft-utilities", + openInNewTab: true, + }, { title: "Documentation", tooltip: "Click to open the documentation",