refactor: merge nav — rename to Inserate, remove Neues Inserat sidebar entry

New listings are created via the button on the Inserate page, not as a
first-class nav destination.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Benjamin Sutter
2026-05-24 22:45:14 +02:00
parent d804d1c923
commit 453f2b1982
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ export default function MyListings() {
<Box sx={{ maxWidth: 960, mx: 'auto', px: 3, py: 4 }}>
<Box sx={{ display: 'flex', alignItems: 'center', justifyContent: 'space-between', mb: 3 }}>
<Box>
<Typography variant="h5" sx={{ fontWeight: 700 }}>Meine Inserate</Typography>
<Typography variant="h5" sx={{ fontWeight: 700 }}>Inserate</Typography>
<Typography variant="body2" color="text.secondary">
Direkt erstellte Inserate unabhängig vom Portfolio
</Typography>