Skip to content

Commit c20cbe7

Browse files
committed
0.4.0-beta.2
1 parent 2f4af32 commit c20cbe7

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

browser/main/HomePage/ArticleNavigator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export default class ArticleNavigator extends React.Component {
106106
<div className='ArticleNavigator'>
107107
<div className='userInfo'>
108108
<div className='userProfileName'>{userName}</div>
109-
<div className='userName'>local</div>
109+
<div className='userName'>localStorage</div>
110110
<button onClick={e => this.handlePreferencesButtonClick(e)} className='settingBtn'>
111111
<i className='fa fa-fw fa-chevron-down'/>
112112
<span className='tooltip'>Preferences</span>

browser/main/HomePage/ArticleTopBar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export default class ArticleTopBar extends React.Component {
137137
<div className='tutorial'>
138138
<div onClick={e => this.handleTutorialButtonClick(e)} className='clickJammer'/>
139139
<svg width='500' height='250' className='finder'>
140-
<text x='100' y='25' fontSize='32' fill={BRAND_COLOR}>Also, you can open Finder</text>
140+
<text x='100' y='25' fontSize='32' fill={BRAND_COLOR}>Also, you can open Finder!!</text>
141141
<text x='120' y='55' fontSize='18' fill={BRAND_COLOR}>with pressing `Control` + `shift` + `tab`</text>
142142
</svg>
143143
<svg width='450' className='global'>

browser/styles/main/HomeContainer/components/ArticleTopBar.styl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,14 @@ infoBtnActiveBgColor = #3A3A3A
2424
fixed bottom right
2525
height 100px
2626
z-index 35
27+
font-style italic
2728
.finder
2829
fixed bottom right
2930
height 250px
3031
left 50%
3132
margin-left -250px
3233
z-index 35
34+
font-style italic
3335
.back
3436
fixed top left bottom right
3537
z-index 20

lib/dataStore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export function init () {
1111
key: keygen()
1212
}
1313
let defaultArticle = {
14-
title: 'Boostとは',
14+
title: 'About Boost',
1515
tags: ['boost', 'intro'],
1616
content: defaultContent,
1717
mode: 'markdown',

0 commit comments

Comments
 (0)