From b83fd33604541f8a7ecfe7f333495e26eee73ef6 Mon Sep 17 00:00:00 2001 From: Mohamed Jinas Date: Fri, 14 Aug 2020 02:02:39 +0500 Subject: [PATCH] Cleanup --- public/js/app.js | 2 +- resources/js/components/DiscoverTopics.vue | 2 +- resources/views/topics/show.blade.php | 5 ----- 3 files changed, 2 insertions(+), 7 deletions(-) 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 @@
-
-
-
-
-