|
@@ -191,7 +191,7 @@ const GrowiSubNavigation = (props) => {
|
|
|
<div className="btn-group" role="group" aria-label="three-stranded-button">
|
|
<div className="btn-group" role="group" aria-label="three-stranded-button">
|
|
|
<button type="button" className="btn btn-outline-primary">
|
|
<button type="button" className="btn btn-outline-primary">
|
|
|
<i className="icon-control-play icon-fw" />
|
|
<i className="icon-control-play icon-fw" />
|
|
|
- { t('View') }
|
|
|
|
|
|
|
+ { t('view') }
|
|
|
</button>
|
|
</button>
|
|
|
<button type="button" className="btn btn-outline-primary">
|
|
<button type="button" className="btn btn-outline-primary">
|
|
|
<i className="icon-note icon-fw" />
|
|
<i className="icon-note icon-fw" />
|
|
@@ -199,7 +199,7 @@ const GrowiSubNavigation = (props) => {
|
|
|
</button>
|
|
</button>
|
|
|
<button type="button" className="btn btn-outline-primary">
|
|
<button type="button" className="btn btn-outline-primary">
|
|
|
<i className="fa fa-fw fa-file-text-o" />
|
|
<i className="fa fa-fw fa-file-text-o" />
|
|
|
- { t('HackMD') }
|
|
|
|
|
|
|
+ { t('hackmd') }
|
|
|
</button>
|
|
</button>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|