mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-06 12:57:48 +00:00
Refactor CSS prefix
- changed from AW to WEB
This commit is contained in:
@@ -15,27 +15,27 @@ export type Social = {
|
||||
|
||||
export const socials: Array<Social> = [
|
||||
{
|
||||
icon: 'aw-icon-discord',
|
||||
icon: 'web-icon-discord',
|
||||
label: 'Discord',
|
||||
link: 'https://appwrite.io/discord'
|
||||
},
|
||||
{
|
||||
icon: 'aw-icon-github',
|
||||
icon: 'web-icon-github',
|
||||
label: 'Github',
|
||||
link: 'https://github.com/appwrite'
|
||||
},
|
||||
{
|
||||
icon: 'aw-icon-x',
|
||||
icon: 'web-icon-x',
|
||||
label: 'Twitter',
|
||||
link: 'https://twitter.com/intent/follow?screen_name=appwrite'
|
||||
},
|
||||
{
|
||||
icon: 'aw-icon-linkedin',
|
||||
icon: 'web-icon-linkedin',
|
||||
label: 'LinkedIn',
|
||||
link: 'https://www.linkedin.com/company/appwrite'
|
||||
},
|
||||
{
|
||||
icon: 'aw-icon-youtube',
|
||||
icon: 'web-icon-youtube',
|
||||
label: 'YouTube',
|
||||
link: 'https://www.youtube.com/c/appwrite?sub_confirmation=1'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user