Skip to content

Commit

Permalink
Merge pull request #4101 from traPtitech/feat/change_user_account_icon
Browse files Browse the repository at this point in the history
ユーザーモーダルのアカウントリンクのアイコンを変更
  • Loading branch information
mehm8128 committed Oct 18, 2023
2 parents 0eac6a0 + c442a91 commit 92bd176
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions src/assets/icons/crowi.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/icons/traP.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 2 additions & 4 deletions src/components/Modal/UserModal/ProfileTab/AccountList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
<profile-header text="アカウント" />
<p v-if="showWikiPageLink" :class="$style.p">
<circle-icon
name="book"
mdi
name="crowi"
:color="iconColor"
:background="iconBackgroundColor"
:class="$style.icon"
Expand All @@ -19,8 +18,7 @@
</p>
<p v-if="blogPageLink" :class="$style.p">
<circle-icon
name="notebook"
mdi
name="traP"
:color="iconColor"
:background="iconBackgroundColor"
:class="$style.icon"
Expand Down

0 comments on commit 92bd176

Please sign in to comment.