From cf7225093ed8fbbcd59754faacb4650c20bbbb48 Mon Sep 17 00:00:00 2001 From: Dean Ellis Date: Fri, 22 Nov 2024 23:07:28 +0000 Subject: [PATCH] Add Link to Store (#168) * Add Link to Store * Update site.json * Update site.json --- website/_data/site.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/website/_data/site.json b/website/_data/site.json index 19c5a894..f67fd4e9 100644 --- a/website/_data/site.json +++ b/website/_data/site.json @@ -31,10 +31,14 @@ "label": "Blog", "url": "/blog/" }, - { + { "label": "Bounties", "url": "/bounties/" }, + { + "label": "Store", + "url": "https://store.monogame.net" + }, { "label": "About", "url": "/about/"