diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-03-22 19:46:07 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-03-22 19:46:07 +0900 |
| commit | 837358df66a21c89ef57820404d218d7fda23748 (patch) | |
| tree | 450a3c3e88a8b3cfad60bb96af07eaa1fd25b1f4 /src | |
| parent | Fix bug (diff) | |
| download | misskey-837358df66a21c89ef57820404d218d7fda23748.tar.gz misskey-837358df66a21c89ef57820404d218d7fda23748.tar.bz2 misskey-837358df66a21c89ef57820404d218d7fda23748.zip | |
Fix #6179
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/pages/pages.vue | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/pages/pages.vue b/src/client/pages/pages.vue index d993d0196e..dd3d09db08 100644 --- a/src/client/pages/pages.vue +++ b/src/client/pages/pages.vue @@ -1,5 +1,8 @@ <template> <div> + <portal to="icon"><fa :icon="faStickyNote"/></portal> + <portal to="title">{{ $t('pages') }}</portal> + <mk-container :body-togglable="true"> <template #header><fa :icon="faEdit" fixed-width/>{{ $t('_pages.my') }}</template> <div class="rknalgpo my"> |