diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-07-14 14:12:09 +0000 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-07-14 14:12:09 +0000 |
| commit | 05a568e5aa82a7aaf47648871c3d45e70fcdddf4 (patch) | |
| tree | 8826dacf04fa76f01c7562b47bb7ab3b8e097df8 /packages/frontend/src/components/MkTutorialDialog.Timeline.vue | |
| parent | merge: [feat] port fetching host-meta before the webfinger endpoint from ices... (diff) | |
| parent | make same replacements to Sk* (diff) | |
| download | sharkey-05a568e5aa82a7aaf47648871c3d45e70fcdddf4.tar.gz sharkey-05a568e5aa82a7aaf47648871c3d45e70fcdddf4.tar.bz2 sharkey-05a568e5aa82a7aaf47648871c3d45e70fcdddf4.zip | |
merge: reduce differences from misskey: icons references in source - closes #475 (!559)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/559
Closes #475
Approved-by: Luna <her@mint.lgbt>
Approved-by: Marie <marie@kaifa.ch>
Diffstat (limited to 'packages/frontend/src/components/MkTutorialDialog.Timeline.vue')
| -rw-r--r-- | packages/frontend/src/components/MkTutorialDialog.Timeline.vue | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/frontend/src/components/MkTutorialDialog.Timeline.vue b/packages/frontend/src/components/MkTutorialDialog.Timeline.vue index f5670c7ebd..877c3c9eaa 100644 --- a/packages/frontend/src/components/MkTutorialDialog.Timeline.vue +++ b/packages/frontend/src/components/MkTutorialDialog.Timeline.vue @@ -7,10 +7,10 @@ SPDX-License-Identifier: AGPL-3.0-only <div class="_gaps"> <div style="text-align: center; padding: 0 16px;">{{ i18n.ts._initialTutorial._timeline.description1 }}</div> <div class="_gaps_s"> - <div><i class="ph-house ph-bold pg-lg"></i> <b>{{ i18n.ts._timelines.home }}</b> … {{ i18n.ts._initialTutorial._timeline.home }}</div> - <div><i class="ph-planet ph-bold pg-lg"></i> <b>{{ i18n.ts._timelines.local }}</b> … {{ i18n.ts._initialTutorial._timeline.local }}</div> - <div><i class="ph-rocket-launch ph-bold ph-lg"></i> <b>{{ i18n.ts._timelines.social }}</b> … {{ i18n.ts._initialTutorial._timeline.social }}</div> - <div><i class="ph-globe-hemisphere-west ph-bold ph-lg"></i> <b>{{ i18n.ts._timelines.global }}</b> … {{ i18n.ts._initialTutorial._timeline.global }}</div> + <div><i class="ti ti-home"></i> <b>{{ i18n.ts._timelines.home }}</b> … {{ i18n.ts._initialTutorial._timeline.home }}</div> + <div><i class="ti ti-planet"></i> <b>{{ i18n.ts._timelines.local }}</b> … {{ i18n.ts._initialTutorial._timeline.local }}</div> + <div><i class="ti ti-universe"></i> <b>{{ i18n.ts._timelines.social }}</b> … {{ i18n.ts._initialTutorial._timeline.social }}</div> + <div><i class="ti ti-whirl"></i> <b>{{ i18n.ts._timelines.global }}</b> … {{ i18n.ts._initialTutorial._timeline.global }}</div> </div> <div class="_gaps_s"> <div>{{ i18n.ts._initialTutorial._timeline.description2 }}</div> |