From da289259eda8719038ec5370cce4fb773315c0af Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Wed, 6 Jul 2022 01:25:04 +0530 Subject: [PATCH] bug fix --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 72a06ee..7d65f96 100644 --- a/index.html +++ b/index.html @@ -184,8 +184,8 @@ Create new article - + @@ -1626,7 +1626,7 @@ }, articleLink(details, isDefaultArticle) { const { uid, timestamp, title } = details - const link = html.node`${title}` + const link = html.node`${title}` if (isDefaultArticle) { link.classList.add('default-article') link.title = 'Actively written article'