Skip to content

Commit

Permalink
fix: this label is a little more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
benjifs committed Dec 12, 2023
1 parent 6afb497 commit 7875db0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/js/Pages/HomePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ const HomePage = () => {
m(Box, m(Tiles(postTypes))),
m('section', [
m('p', [
me ? 'Logged in as ' : 'Publishing to ',
me ? '' : m('b', '[DEV] '),
'Logged in as ',
m('a', { href: me || micropub }, me || micropub),
' ',
m(m.route.Link, { class: 'icon', href: '/logout' }, m('i.fas.fa-right-from-bracket', { title: 'logout' }))
Expand Down

0 comments on commit 7875db0

Please sign in to comment.