layout, components

This commit is contained in:
Max Peintner
2023-04-19 10:37:35 +02:00
parent 770f186abb
commit a321781355
24 changed files with 370 additions and 230 deletions

View File

@@ -32,6 +32,7 @@ export function AddressBar() {
{pathname
.split("/")
.slice(1)
.filter((s) => !!s)
.map((segment) => {
return (
<React.Fragment key={segment}>