Styling changes and refactor

Switch google fonts to use Next.js font optimization, animate comment fade in, and refactor beer like handler and comment submit handler.
This commit is contained in:
Aaron William Po
2023-04-04 20:50:00 -04:00
parent a4362a531c
commit 796a5fce3f
15 changed files with 148 additions and 77 deletions

View File

@@ -69,6 +69,7 @@
"prettier-plugin-tailwindcss": "^0.2.3",
"prisma": "^4.10.1",
"tailwindcss": "^3.2.7",
"tailwindcss-animate": "^1.0.5",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
}