Fix Redis hover + improve nuxt config

This commit is contained in:
2020-12-29 18:14:17 +01:00
parent 40c47e421e
commit 9adfc54228
5 changed files with 306 additions and 440 deletions

View File

@@ -32,6 +32,8 @@ export default {
computed: {
getColor() {
switch (this.color) {
case 'red':
return 'hover:bg-red-600'
case 'orange':
return 'hover:bg-orange-600'
case 'purple':