Skip to content

Commit

Permalink
Merge pull request #335 from traPtitech/fix/remove_account_advertisement
Browse files Browse the repository at this point in the history
「traP広報にて言及を許可」表示を削除
  • Loading branch information
ErrorSyntax1 authored Jul 15, 2024
2 parents b97d71a + a69fc89 commit afc3a50
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/components/UserAccounts/AccountItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@ defineProps<Props>()
<service-logo :service="account.type" />
</div>
<p :class="$style.url"><icon name="mdi:link" />{{ account.url }}</p>
<p :class="$style.prPermission">
<icon v-if="account.prPermitted" name="mdi:advertisements" />
<icon v-else name="mdi:advertisements-off" />
<span>
traP広報にて言及を許可{{ account.prPermitted ? 'する' : 'しない' }}
</span>
</p>
</div>
</router-link>
</template>
Expand Down Expand Up @@ -61,10 +54,4 @@ defineProps<Props>()
align-items: center;
gap: 0.5rem;
}
.prPermission {
display: flex;
align-items: center;
gap: 0.5rem;
margin-top: 0.5rem;
}
</style>

0 comments on commit afc3a50

Please sign in to comment.