This commit is contained in:
2020-08-14 02:02:39 +05:00
parent 302b89db9f
commit b83fd33604
3 changed files with 2 additions and 7 deletions

2
public/js/app.js vendored
View File

@@ -20012,7 +20012,7 @@ var render = function() {
staticClass:
"text-sm font-medium border border-gray-700 py-1 px-3 rounded-full mr-2 mt-2 mb-4 hover:bg-green-100 MvTyper",
staticStyle: { color: "#4A5568" },
attrs: { href: "" },
attrs: { href: "/topic/" + topic.slug },
domProps: { textContent: _vm._s(topic.name) }
})
}),