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}