diff --git a/.claude/settings.local.json b/.claude/settings.local.json
index 0979c5e..42ecc22 100644
--- a/.claude/settings.local.json
+++ b/.claude/settings.local.json
@@ -361,7 +361,13 @@
"Bash(curl -s -o /dev/null -w \"teecup.teeoff.no/rounds: %{http_code}\\\\n\" https://teecup.teeoff.no/rounds)",
"Read(//home/**)",
"Bash(rm -f \"tee-cup-login-screen \\(10\\).zip\" \"tee-cup-login-screen \\(11\\).zip\" \"tee-cup-login-screen \\(12\\).zip\")",
- "Bash(curl -s -o /dev/null -w \"teecup.teeoff.no/rounds/new: %{http_code}\\\\n\" https://teecup.teeoff.no/rounds/new)"
+ "Bash(curl -s -o /dev/null -w \"teecup.teeoff.no/rounds/new: %{http_code}\\\\n\" https://teecup.teeoff.no/rounds/new)",
+ "Read(//tmp/claude-1000/**)",
+ "Bash(docker exec teeoff_api python3 -c ' *)",
+ "Bash(curl -s -D - https://teecup.teeoff.no/rounds -o /tmp/rounds_get.out)",
+ "Bash(curl -s -D - https://teecup.teeoff.no/rounds/00000000-0000-0000-0000-000000000000 -o /tmp/rounds_id_get.out)",
+ "Bash(grep -n '\"/rounds\\\\|`/rounds\\\\|href=\"/rounds\\\\|href={`/rounds' components/own-rounds.tsx components/new-round.tsx components/round-detail.tsx components/round-card.tsx components/dashboard.tsx app/page.tsx)",
+ "Bash(grep -n '\"/rounds\\\\|`/rounds\\\\|href=\"/rounds\\\\|href={`/rounds\\\\|router\\\\.\\\\\\(push\\\\|replace\\\\\\)\\(.*rounds' components/own-rounds.tsx components/new-round.tsx components/round-detail.tsx components/round-card.tsx components/dashboard.tsx)"
],
"additionalDirectories": [
"/opt/teeoff/deploy",
diff --git a/Screenshot_20260723-113235.png b/Screenshot_20260723-113235.png
new file mode 100644
index 0000000..6d8d107
Binary files /dev/null and b/Screenshot_20260723-113235.png differ
diff --git a/Screenshot_20260723-113302.png b/Screenshot_20260723-113302.png
new file mode 100644
index 0000000..db941bd
Binary files /dev/null and b/Screenshot_20260723-113302.png differ
diff --git a/frontend/app/rounds/[id]/page.tsx b/frontend/app/my-rounds/[id]/page.tsx
similarity index 100%
rename from frontend/app/rounds/[id]/page.tsx
rename to frontend/app/my-rounds/[id]/page.tsx
diff --git a/frontend/app/rounds/new/page.tsx b/frontend/app/my-rounds/new/page.tsx
similarity index 100%
rename from frontend/app/rounds/new/page.tsx
rename to frontend/app/my-rounds/new/page.tsx
diff --git a/frontend/app/rounds/page.tsx b/frontend/app/my-rounds/page.tsx
similarity index 100%
rename from frontend/app/rounds/page.tsx
rename to frontend/app/my-rounds/page.tsx
diff --git a/frontend/components/dashboard.tsx b/frontend/components/dashboard.tsx
index 4229c99..0146e21 100644
--- a/frontend/components/dashboard.tsx
+++ b/frontend/components/dashboard.tsx
@@ -233,7 +233,7 @@ export function Dashboard() {
{error}
- + Tilbake til egne runder