diff --git a/src/app/(pages)/page.tsx b/src/app/(pages)/page.tsx index c2e9d5b..2725653 100644 --- a/src/app/(pages)/page.tsx +++ b/src/app/(pages)/page.tsx @@ -35,12 +35,6 @@ const buttons: Button[] = [ tooltip: "Click to get started!", url: "/documentation", }, - { - title: "Postman Collection", - 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",