From 1c941a19d759f6fd543ff5c6de668e655674d2ae Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 12 Aug 2020 03:11:05 +0800 Subject: [PATCH] DEV: removes the Vincent theme from the "popular theme" list This theme is currently not maintained so it shouldn't be on that list --- .../discourse-common/addon/helpers/popular-themes.js | 7 ------- 1 file changed, 7 deletions(-) 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 50d475e5660..2c7cdbbcddf 100644 --- a/app/assets/javascripts/discourse-common/addon/helpers/popular-themes.js +++ b/app/assets/javascripts/discourse-common/addon/helpers/popular-themes.js @@ -32,13 +32,6 @@ export const POPULAR_THEMES = [ meta_url: "https://meta.discourse.org/t/sams-personal-minimal-topic-list-design/23552" }, - { - name: "Vincent", - value: "https://github.com/discourse/discourse-vincent-theme", - preview: "https://theme-creator.discourse.org/theme/awesomerobot/vincent", - description: "An elegant dark theme with a few color palettes.", - meta_url: "https://meta.discourse.org/t/discourse-vincent-theme/76662" - }, { name: "Brand Header", value: "https://github.com/discourse/discourse-brand-header",