From 3fe646b94d94e6782171816d0e5b59b9e956a7c1 Mon Sep 17 00:00:00 2001 From: tshenry Date: Mon, 21 Sep 2020 18:48:45 -0700 Subject: [PATCH] FIX: Replace broken Material Design preview link The original link points to a site that no longer exists. This moves the preview to theme-creator, aligning with the rest of our theme previews. --- .../discourse-common/addon/helpers/popular-themes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse-common/addon/helpers/popular-themes.js b/app/assets/javascripts/discourse-common/addon/helpers/popular-themes.js index 0446a9f5ada..d429891bd2d 100644 --- a/app/assets/javascripts/discourse-common/addon/helpers/popular-themes.js +++ b/app/assets/javascripts/discourse-common/addon/helpers/popular-themes.js @@ -10,7 +10,7 @@ export const POPULAR_THEMES = [ { name: "Material Design Theme", value: "https://github.com/discourse/material-design-stock-theme", - preview: "https://newmaterial.trydiscourse.com", + preview: "https://theme-creator.discourse.org/theme/tshenry/material-design", description: "Inspired by Material Design, this theme comes with several color palettes (incl. a dark one).", meta_url: "https://meta.discourse.org/t/material-design-stock-theme/47142",