This commit is contained in:
syuilo 2018-06-03 07:34:34 +09:00
parent 53a17dc499
commit 508a1e0c76
3 changed files with 7 additions and 7 deletions

BIN
src/client/app/auth/assets/icon.svg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/app/auth/assets/logo.svg (Stored with Git LFS)

Binary file not shown.

View file

@ -27,7 +27,7 @@
<h1>サインインしてください</h1>
<mk-signin/>
</main>
<footer><img src="/assets/auth/logo.svg" alt="Misskey"/></footer>
<footer><img src="/assets/auth/icon.svg" alt="Misskey"/></footer>
</div>
</template>
@ -144,8 +144,8 @@ export default Vue.extend({
> footer
> img
display block
width 64px
height 64px
margin 0 auto
width 32px
height 32px
margin 16px auto
</style>