update stat ids
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m1s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m1s
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user