mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-10 12:57:49 +00:00
Refactor CSS prefix
- changed from AW to WEB
This commit is contained in:
@@ -7,17 +7,17 @@
|
||||
{
|
||||
value: 'dark',
|
||||
label: 'Dark',
|
||||
icon: 'aw-icon-dark'
|
||||
icon: 'web-icon-dark'
|
||||
},
|
||||
{
|
||||
value: 'light',
|
||||
label: 'Light',
|
||||
icon: 'aw-icon-light'
|
||||
icon: 'web-icon-light'
|
||||
},
|
||||
{
|
||||
value: 'system',
|
||||
label: 'System',
|
||||
icon: 'aw-icon-system'
|
||||
icon: 'web-icon-system'
|
||||
}
|
||||
];
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user