prettier and updated website header

This commit is contained in:
2026-06-08 01:13:30 +02:00
parent fe9e9082b2
commit 4449b5207b
18 changed files with 503 additions and 482 deletions
+6 -6
View File
@@ -1,8 +1,8 @@
export default {
darkMode: "class",
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
theme: {
extend: {},
},
plugins: [],
darkMode: "class",
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
theme: {
extend: {},
},
plugins: [],
};