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.
This commit is contained in:
parent
0bb51dcbfa
commit
3fe646b94d
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue