From 2e9ed74f905f879091f328351fd8986957b51862 Mon Sep 17 00:00:00 2001 From: Fergus Cooper Date: Thu, 4 Jan 2024 21:55:46 +0000 Subject: [PATCH] Update menu items --- main.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.py b/main.py index 17f2641..6ddeb23 100644 --- a/main.py +++ b/main.py @@ -20,9 +20,9 @@ layout="wide", initial_sidebar_state="expanded", menu_items={ - 'Get Help': 'https://www.extremelycoolapp.com/help', - 'Report a bug': "https://www.extremelycoolapp.com/bug", - 'About': "# This is a header. This is an *extremely* cool app!" + 'Get Help': 'https://github.com/fcooper8472/distribution-zoo-v2/issues', + 'Report a bug': "https://github.com/fcooper8472/distribution-zoo-v2/issues", + 'About': "Explore the Distribution Zoo" } )