diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-06-21 12:42:33 +0100 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-06-22 15:53:12 +0100 |
| commit | 6f5099f6995f144bf246a459b4e14e40bc34a4ba (patch) | |
| tree | 686dee4e65e7fd7b4aa77066a06daf7bda412bc6 /packages/frontend/src/components/MkPostForm.vue | |
| parent | replaced ti-circle-x (diff) | |
| download | sharkey-6f5099f6995f144bf246a459b4e14e40bc34a4ba.tar.gz sharkey-6f5099f6995f144bf246a459b4e14e40bc34a4ba.tar.bz2 sharkey-6f5099f6995f144bf246a459b4e14e40bc34a4ba.zip | |
replaced ti-plus
Diffstat (limited to 'packages/frontend/src/components/MkPostForm.vue')
| -rw-r--r-- | packages/frontend/src/components/MkPostForm.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkPostForm.vue b/packages/frontend/src/components/MkPostForm.vue index cfaaeecc34..5c90afb65d 100644 --- a/packages/frontend/src/components/MkPostForm.vue +++ b/packages/frontend/src/components/MkPostForm.vue @@ -61,7 +61,7 @@ SPDX-License-Identifier: AGPL-3.0-only <MkAcct :user="u"/> <button class="_button" style="padding: 4px 8px;" @click="removeVisibleUser(u)"><i class="ph-x ph-bold ph-lg"></i></button> </span> - <button class="_buttonPrimary" style="padding: 4px; border-radius: var(--radius-sm);" @click="addVisibleUser"><i class="ph-plus ph-bold ph-lg ti-fw"></i></button> + <button class="_buttonPrimary" style="padding: 4px; border-radius: var(--radius-sm);" @click="addVisibleUser"><i class="ti ti-plus ti-fw"></i></button> </div> </div> <MkInfo v-if="hasNotSpecifiedMentions" warn :class="$style.hasNotSpecifiedMentions">{{ i18n.ts.notSpecifiedMentionWarning }} - <button class="_textButton" @click="addMissingMention()">{{ i18n.ts.add }}</button></MkInfo> |