diff --git a/public/js/app.js b/public/js/app.js index 6c23bb9..a7fa0a0 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -1928,6 +1928,7 @@ __webpack_require__.r(__webpack_exports__); // // // +// /* harmony default export */ __webpack_exports__["default"] = ({ name: "discover-topics", data: function data() { @@ -2169,6 +2170,12 @@ __webpack_require__.r(__webpack_exports__); // // // +// +// +// +// +// +// /* harmony default export */ __webpack_exports__["default"] = ({ name: "todays-pick", data: function data() { @@ -19849,7 +19856,8 @@ var render = function() { return _c("a", { key: topic.id, staticClass: - "text-sm font-medium border border-gray-700 py-1 px-3 rounded-full text-grey-500 mr-2 mt-2 mb-4 hover:bg-green-100", + "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: "#" }, domProps: { textContent: _vm._s(topic.name) } }) @@ -20142,14 +20150,6 @@ var render = function() { }) ]), _vm._v(" "), - _c("div", [ - _c("span", { - staticClass: - "flex justify-end text-green-700 text-md font-normal MvTyper", - domProps: { textContent: _vm._s(_vm.article.source.name) } - }) - ]), - _vm._v(" "), _c("a", { attrs: { href: "#" } }, [ _c("h1", { staticClass: @@ -20159,6 +20159,21 @@ var render = function() { }) ]), _vm._v(" "), + _c("div", { staticClass: "flex justify-end items-center" }, [ + _c("img", { + staticClass: "h-10 w-10 rounded-full mr-2 object-cover", + attrs: { src: _vm.article.source.logo } + }), + _vm._v(" "), + _c("div", [ + _c("p", { + staticClass: + "font-semibold text-gray-700 text-sm capitalize MvTyper", + domProps: { textContent: _vm._s(_vm.article.source.name) } + }) + ]) + ]), + _vm._v(" "), _c( "div", {