From 7553a35b7944126cc9799b7737cd1e9240104104 Mon Sep 17 00:00:00 2001 From: Liam Date: Sat, 20 Apr 2024 14:35:36 +0100 Subject: [PATCH] remove postman button from landing page --- src/app/(pages)/page.tsx | 6 ------ 1 file changed, 6 deletions(-) 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",