diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-06-22 13:55:21 +0100 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-06-22 15:53:36 +0100 |
| commit | b675c66d703dcc0f3830b16588c47d317c396035 (patch) | |
| tree | a69bc0569a6376d20c82b94d223ce5f9394e7d2a /packages/frontend/src/components/MkTutorialDialog.Timeline.vue | |
| parent | replaced ti-whirl (diff) | |
| download | sharkey-b675c66d703dcc0f3830b16588c47d317c396035.tar.gz sharkey-b675c66d703dcc0f3830b16588c47d317c396035.tar.bz2 sharkey-b675c66d703dcc0f3830b16588c47d317c396035.zip | |
replaced another bunch, and some fixes
Diffstat (limited to 'packages/frontend/src/components/MkTutorialDialog.Timeline.vue')
| -rw-r--r-- | packages/frontend/src/components/MkTutorialDialog.Timeline.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkTutorialDialog.Timeline.vue b/packages/frontend/src/components/MkTutorialDialog.Timeline.vue index a8aa44dea2..877c3c9eaa 100644 --- a/packages/frontend/src/components/MkTutorialDialog.Timeline.vue +++ b/packages/frontend/src/components/MkTutorialDialog.Timeline.vue @@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-only <div class="_gaps_s"> <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="ph-rocket-launch ph-bold ph-lg"></i> <b>{{ i18n.ts._timelines.social }}</b> … {{ i18n.ts._initialTutorial._timeline.social }}</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"> |