mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-20 23:11:43 +01:00
Working and fixing production bugs
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user