summaryrefslogtreecommitdiff
path: root/src/web
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-11-14 01:03:02 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-11-14 01:03:02 +0900
commit9d507135ccd7a582813316d3108a5a2d445c352b (patch)
treeade4e4614dbf9c9e7b45871d3525ef972c4e8267 /src/web
parentFix bug (diff)
downloadmisskey-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.tag2
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>