Skip to content

Commit ddda962

Browse files
committed
refactor: unify use of bluesky icon
1 parent e1e02df commit ddda962

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

app/components/AppHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ const mobileLinks = computed<NavigationConfigWithGroups>(() => [
107107
target: '_blank',
108108
type: 'link',
109109
external: true,
110-
iconClass: 'i-simple-icons:bluesky',
110+
iconClass: 'i-carbon:logo-bluesky',
111111
},
112112
{
113113
name: 'Chat',

app/components/CallToAction.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const socialLinks = computed(() => [
1919
{
2020
id: 'bluesky',
2121
href: 'https://social.npmx.dev',
22-
icon: 'i-simple-icons:bluesky',
22+
icon: 'i-carbon:logo-bluesky',
2323
titleKey: $t('about.get_involved.follow.title'),
2424
descriptionKey: $t('about.get_involved.follow.description'),
2525
ctaKey: $t('about.get_involved.follow.cta'),

app/components/Header/AuthModal.client.vue

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -134,14 +134,14 @@ watch(handleInput, newHandleInput => {
134134
{{ $t('auth.modal.create_account') }}
135135
</ButtonBase>
136136
<hr class="color-border" />
137-
<ButtonBase type="button" variant="primary" class="w-full" @click="handleBlueskySignIn" block>
137+
<ButtonBase
138+
type="button"
139+
variant="primary"
140+
class="w-full"
141+
@click="handleBlueskySignIn"
142+
classicon="i-carbon:logo-bluesky"
143+
>
138144
{{ $t('auth.modal.connect_bluesky') }}
139-
<svg fill="none" viewBox="0 0 64 57" width="20" style="width: 20px">
140-
<path
141-
fill="#0F73FF"
142-
d="M13.873 3.805C21.21 9.332 29.103 20.537 32 26.55v15.882c0-.338-.13.044-.41.867-1.512 4.456-7.418 21.847-20.923 7.944-7.111-7.32-3.819-14.64 9.125-16.85-7.405 1.264-15.73-.825-18.014-9.015C1.12 23.022 0 8.51 0 6.55 0-3.268 8.579-.182 13.873 3.805ZM50.127 3.805C42.79 9.332 34.897 20.537 32 26.55v15.882c0-.338.13.044.41.867 1.512 4.456 7.418 21.847 20.923 7.944 7.111-7.32 3.819-14.64-9.125-16.85 7.405 1.264 15.73-.825 18.014-9.015C62.88 23.022 64 8.51 64 6.55c0-9.818-8.578-6.732-13.873-2.745Z"
143-
></path>
144-
</svg>
145145
</ButtonBase>
146146
</form>
147147
</Modal>

0 commit comments

Comments
 (0)