update stat ids
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m1s

This commit is contained in:
Lee
2024-04-18 18:13:57 +01:00
parent cfb0411fc1
commit 78dc37f9b7
3 changed files with 10 additions and 6 deletions

View File

@ -31,6 +31,11 @@ type Button = {
const buttons: Button[] = [
{
title: "Get Started",
tooltip: "Click to view get started!",
url: "/player",
},
{
title: "Postman Collection",
tooltip: "Click to view the Postman Collection",
url: "https://www.postman.com/imfascinated/workspace/minecraft-utilities",
openInNewTab: true,