README update + default page loading

This commit is contained in:
2026-06-18 22:57:39 +02:00
parent 6dbbb03302
commit 0904b44f12
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ export default function Home() {
setProjIdx((i) => (i - 1 + projectList.length) % projectList.length);
const nextProject = () => setProjIdx((i) => (i + 1) % projectList.length);
const [activeTab, setActiveTab] = useState("about");
const [activeTab, setActiveTab] = useState("projects");
const sections = [
{