diff --git a/public/js/app.js b/public/js/app.js index 7926bf2..77645f1 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -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) } }) }), diff --git a/resources/js/components/DiscoverTopics.vue b/resources/js/components/DiscoverTopics.vue index 50a11e5..f12e02f 100644 --- a/resources/js/components/DiscoverTopics.vue +++ b/resources/js/components/DiscoverTopics.vue @@ -8,7 +8,7 @@
-
-
-
-
-