We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d3feb7 commit 4a01944Copy full SHA for 4a01944
1 file changed
apps/web/src/app/arbeitsbereich/page.tsx
@@ -197,7 +197,7 @@ function ArbeitsbereichContent() {
197
</Link>
198
<Link
199
href="/arbeitsbereich/dateien"
200
- className="bg-card border border-border rounded-xl p-4 hover:bg-accent transition-colors"
+ className="col-span-2 bg-card border border-border rounded-xl p-4 hover:bg-accent transition-colors"
201
>
202
<p className="font-medium text-foreground text-sm">Dateien & Dokumente</p>
203
<p className="text-xs text-muted-foreground mt-0.5">Eigene Ablage</p>
0 commit comments