Working and fixing production bugs

This commit is contained in:
2021-08-25 12:28:57 +02:00
parent 5d5641b25a
commit 8732f7c117
9 changed files with 248 additions and 23 deletions

View File

@@ -23,7 +23,7 @@
import {defineComponent, useAsync, useContext} from "@nuxtjs/composition-api";
export default defineComponent({
name: "About",
name: "AboutHome",
setup() {
const {$axios, $sentry, app} = useContext()

View File

@@ -58,7 +58,7 @@ export default defineComponent({
}
.color {
@apply duration-500 text-white dark:text-black font-color;
@apply duration-500 text-white dark:text-black font-black font-color;
&.red {
@apply select-text bg-clip-text text-transparent bg-gradient-to-r from-red-600 to-rose-300