1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-08 10:54:11 +02:00
This commit is contained in:
Aya Morisawa
2018-12-03 20:11:18 +09:00
committed by syuilo
parent 45bee7cc2f
commit 0935bd4bd4
3 changed files with 30 additions and 24 deletions

View File

@@ -1,7 +1,9 @@
<template>
<div class="aqooishiizumijmihokohinatamihoaz">
<span><fa :icon="['fab', 'github']"/><a :href="`https://github.com/${user.github.login}`" target="_blank">@{{ user.github.login }}</a></span>
</div>
<a class="aqooishiizumijmihokohinatamihoaz" :href="`https://github.com/${user.github.login}`" target="_blank">
<div>
<span><fa :icon="['fab', 'github']"/>@{{ user.github.login }}</span>
</div>
</a>
</template>
<script lang="ts">
@@ -14,13 +16,13 @@ export default Vue.extend({
<style lang="stylus" scoped>
.aqooishiizumijmihokohinatamihoaz
padding 32px
background #171515
border-radius 6px
margin-left 8px
color #fff
a
margin-left 8px
div
padding 32px
background #171515
border-radius 6px
color #fff
</style>