diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-11-14 01:03:02 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-11-14 01:03:02 +0900 |
| commit | 9d507135ccd7a582813316d3108a5a2d445c352b (patch) | |
| tree | ade4e4614dbf9c9e7b45871d3525ef972c4e8267 /src/web | |
| parent | Fix bug (diff) | |
| download | misskey-9d507135ccd7a582813316d3108a5a2d445c352b.tar.gz misskey-9d507135ccd7a582813316d3108a5a2d445c352b.tar.bz2 misskey-9d507135ccd7a582813316d3108a5a2d445c352b.zip | |
:art:
Diffstat (limited to 'src/web')
| -rw-r--r-- | src/web/app/desktop/tags/window.tag | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/desktop/tags/window.tag b/src/web/app/desktop/tags/window.tag index 7a82fe601d..da4ce0d6d2 100644 --- a/src/web/app/desktop/tags/window.tag +++ b/src/web/app/desktop/tags/window.tag @@ -5,7 +5,7 @@ <header ref="header" onmousedown={ onHeaderMousedown }> <h1 data-yield="header"><yield from="header"/></h1> <div> - <button class="popout" if={ popoutUrl } onmousedown={ repelMove } onclick={ popout } title="ポップアウト"><i class="fa fa-external-link"></i></button> + <button class="popout" if={ popoutUrl } onmousedown={ repelMove } onclick={ popout } title="ポップアウト"><i class="fa fa-window-restore"></i></button> <button class="close" if={ canClose } onmousedown={ repelMove } onclick={ close } title="閉じる"><i class="fa fa-times"></i></button> </div> </header> |