From 5b118e989d9e5161996a03dba1d53ee43c88e8eb Mon Sep 17 00:00:00 2001 From: Thomas Lynch Date: Sun, 13 Sep 2020 14:38:25 +0000 Subject: [PATCH] add back the cursor for sfw icon in boardlists --- views/pages/boardlist.pug | 4 ++-- views/pages/home.pug | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/views/pages/boardlist.pug b/views/pages/boardlist.pug index d105dd3c..e859817c 100644 --- a/views/pages/boardlist.pug +++ b/views/pages/boardlist.pug @@ -33,7 +33,7 @@ block content td span.left if board.settings.sfw === true - span(title='SFW') 💼 + span.help(title='SFW') 💼 | if board.settings.unlistedLocal === true span(title='Unlisted') 👁️ @@ -55,7 +55,7 @@ block content td span.left if !board.nsfw - span(title='SFW') 💼 + span.help(title='SFW') 💼 | a(href=board.path) #{board.siteName} /#{board.uri}/ - #{board.title} td #{board.subtitle || '-'} diff --git a/views/pages/home.pug b/views/pages/home.pug index fa5746e1..f083fa38 100644 --- a/views/pages/home.pug +++ b/views/pages/home.pug @@ -35,7 +35,7 @@ block content td if board.settings.sfw === true span.left - span(title='SFW') 💼 + span.help(title='SFW') 💼 | a(href=`/${board._id}/index.html`) /#{board._id}/ - #{board.settings.name} td #{board.settings.description}