Skip to content

Commit 86739aa

Browse files
committed
add tooltip for windows
1 parent 45a46cb commit 86739aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • browser/main/HomePage/ArticleDetail

browser/main/HomePage/ArticleDetail/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ export default class ArticleDetail extends React.Component {
139139
return (
140140
<div className='ArticleDetail empty'>
141141
<div className='ArticleDetail-empty-box'>
142-
<div className='ArticleDetail-empty-box-message'>Command(⌘) + N<br/>to create a new post</div>
142+
<div className='ArticleDetail-empty-box-message'>{OSX ? 'Command(⌘)' : 'Ctrl(^)'} + N<br/>to create a new post</div>
143143
</div>
144144
</div>
145145
)

0 commit comments

Comments
 (0)