replace bun, add start of timeline

This commit is contained in:
Wouter van Veelen
2025-12-18 23:32:08 +01:00
parent 18bea1e786
commit 23cd5a9e53
11 changed files with 3649 additions and 608 deletions

View File

@@ -2,7 +2,7 @@ import React, { type ReactElement } from 'react';
import { Box, Tab, Tabs } from '@mui/material';
import { useLocation, useNavigate } from 'react-router';
const ValidTabs = ['home', 'about', 'contact'] as const satisfies string[];
const ValidTabs = ['home', 'career', 'about'] as const satisfies string[];
export function TopBar(): ReactElement {
const { pathname } = useLocation();