From a6d5b82886e75cf2ff307d6777c2d29cbf37159d Mon Sep 17 00:00:00 2001
From: Jordan Vidrine <30537603+jordanvidrine@users.noreply.github.com>
Date: Mon, 17 Oct 2022 21:18:11 -0500
Subject: [PATCH] Revert "UX: Change button to grey (#18635)" (#18637)
This reverts commit 0fe9095bad30ee9a4a15d60b95da77f291e6acaa.
---
.../discourse/app/templates/components/d-navigation.hbs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/assets/javascripts/discourse/app/templates/components/d-navigation.hbs b/app/assets/javascripts/discourse/app/templates/components/d-navigation.hbs
index d329f60491e..d4efd2c880d 100644
--- a/app/assets/javascripts/discourse/app/templates/components/d-navigation.hbs
+++ b/app/assets/javascripts/discourse/app/templates/components/d-navigation.hbs
@@ -40,7 +40,7 @@
tag=this.tag}} />
{{#if (and (or this.site.siteSettings.invite_only this.site.siteSettings.bootstrap_mode_enabled) this.currentUser.admin)}}
-
+
{{/if}}
{{#if (and this.site.siteSettings.wizard_required this.currentUser.admin)}}