Skip to content

Commit 68369c4

Browse files
committed
feat(docs): update x (twitter) logo
1 parent 1237b9c commit 68369c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/assets/links.social.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { fabFacebookSquare, fabGithub, fabTwitter } from '@quasar/extras/fontawesome-v5'
1+
import { fabFacebook, fabGithub, fasX } from '@quasar/extras/fontawesome-v6'
22
import { mdiDiscord, mdiForum } from '@quasar/extras/mdi-v6'
33

44
export const socialLinks = {
@@ -8,7 +8,7 @@ export const socialLinks = {
88
{ name: 'Github', icon: fabGithub, path: 'https://github.quasar.dev', external: true },
99
{ name: 'Discord', icon: mdiDiscord, path: 'https://chat.quasar.dev', external: true },
1010
{ name: 'Forum', icon: mdiForum, path: 'https://forum.quasar.dev', external: true },
11-
{ name: 'Twitter', icon: fabTwitter, path: 'https://twitter.quasar.dev', external: true },
12-
{ name: 'Facebook', icon: fabFacebookSquare, path: 'https://facebook.quasar.dev', external: true }
11+
{ name: 'Twitter', icon: fasX, path: 'https://twitter.quasar.dev', external: true },
12+
{ name: 'Facebook', icon: fabFacebook, path: 'https://facebook.quasar.dev', external: true }
1313
]
1414
}

0 commit comments

Comments
 (0)