feat: update slider + create

- got rid of commented out css
- update about tab UI
- add reset icon to reset text
- change link colour
- add number to show value on slider
- reorder greeting settings to make a bit more sense
This commit is contained in:
alexsparkes
2022-04-10 23:01:22 +01:00
parent d2e6d6d319
commit 4498f5b934
9 changed files with 292 additions and 325 deletions

7
prettierrc Normal file
View File

@@ -0,0 +1,7 @@
{
"printWidth": 100,
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"singleQuote": true
}