From 2137b72a6089c252292e29c132fd1946a38e21e3 Mon Sep 17 00:00:00 2001 From: Mohamed Jinas Date: Mon, 10 Aug 2020 03:22:23 +0500 Subject: [PATCH] Update app.js --- public/js/app.js | 58 +++++++++++++++++------------------------------- 1 file changed, 20 insertions(+), 38 deletions(-) diff --git a/public/js/app.js b/public/js/app.js index 9be3ff9..6c23bb9 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -19917,19 +19917,12 @@ var render = function() { }, [ _c("div", [ - _c( - "div", - { - staticClass: - "mt-3 md:mt-0 text-gray-700 font-bold text-2xl mb-2 text-right MvAamu", - staticStyle: { direction: "rtl" } - }, - [ - _vm._v( - "\n އައްޑޫން މީހަކު ޕޮޒިޓިވްވެއްޖެ\n " - ) - ] - ), + _c("div", { + staticClass: + "mt-3 md:mt-0 text-gray-700 font-bold text-2xl mb-2 text-right MvAamu", + staticStyle: { direction: "rtl" }, + domProps: { textContent: _vm._s(story.title) } + }), _vm._v(" "), _c( "div", @@ -19939,7 +19932,7 @@ var render = function() { [ _c("p", { staticClass: - "font-semibold text-gray-700 text-sm capitalize", + "font-semibold text-gray-700 text-sm capitalize MvTyper", domProps: { textContent: _vm._s(story.source.name) } }), _vm._v(" "), @@ -19967,7 +19960,9 @@ var render = function() { }, [ _vm._v( - "\n ރާއްޖޭގައި ކޮވިޑްގެ ހާލަތު އިތުރަށް ގޯސްވަމުންދާއިރު ގިނަ ރަށްރަށުން ބަލި މީހުން ދަނީ ފެންނަމުންނެވެ.\n " + "\n " + + _vm._s(story.body.slice(0, 200)) + + "\n " ) ] ) @@ -20150,18 +20145,25 @@ var render = function() { _c("div", [ _c("span", { staticClass: - "flex justify-end text-green-700 text-md font-normal", + "flex justify-end text-green-700 text-md font-normal MvTyper", domProps: { textContent: _vm._s(_vm.article.source.name) } }) ]), _vm._v(" "), - _vm._m(1), + _c("a", { attrs: { href: "#" } }, [ + _c("h1", { + staticClass: + "text-gray-800 text-3xl font-bold mt-2 mb-2 leading-tigh hover:underline text-right MvAamu", + staticStyle: { direction: "rtl" }, + domProps: { textContent: _vm._s(_vm.article.title) } + }) + ]), _vm._v(" "), _c( "div", { staticClass: - "text-gray-600 text-md mt-4 flex justify-end items-center" + "text-gray-600 text-md mt-4 flex justify-end items-center mb-3" }, [ _c("p", { staticClass: "text-gray-600 text-right" }, [ @@ -20232,26 +20234,6 @@ var staticRenderFns = [ [_vm._v("\n މިއަދުގެ ޙުލާސާ\n ")] ) ]) - }, - function() { - var _vm = this - var _h = _vm.$createElement - var _c = _vm._self._c || _h - return _c("a", { attrs: { href: "#" } }, [ - _c( - "h1", - { - staticClass: - "text-gray-800 text-3xl font-bold mt-2 mb-2 leading-tigh hover:underline text-right MvAamu", - staticStyle: { direction: "rtl" } - }, - [ - _vm._v( - "\n އިންޑިއާއަށް ބޭހަށްދިޔަ 8 ދިވެހިން ޕޮޒިޓިވް\n " - ) - ] - ) - ]) } ] render._withStripped = true