diff --git a/browser/components/NoteItem.js b/browser/components/NoteItem.js
index 35c6d976..e85df791 100644
--- a/browser/components/NoteItem.js
+++ b/browser/components/NoteItem.js
@@ -73,7 +73,7 @@ const NoteItem = ({ isActive, note, dateDisplay, handleNoteClick, handleNoteCont
? : ''
}
{note.isPinned && !pathname.match(/\/home|\/starred|\/trash/)
- ? : ''
+ ? : ''
}
{note.type === 'MARKDOWN_NOTE'
?
diff --git a/browser/components/NoteItem.styl b/browser/components/NoteItem.styl
index d4b15dfd..bda90407 100644
--- a/browser/components/NoteItem.styl
+++ b/browser/components/NoteItem.styl
@@ -126,6 +126,17 @@ $control-height = 30px
padding 0
border-radius 17px
+.item-pin
+ position absolute
+ right -21px
+ bottom 28px
+ width 34px
+ height 34px
+ color #E54D42
+ font-size 14px
+ padding 0
+ border-radius 17px
+
body[data-theme="dark"]
.root
border-color $ui-dark-borderColor