Skip to content

Commit 16880df

Browse files
Add link to documents in admin panel
1 parent c3328b1 commit 16880df

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/app/admin/layout.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ export default async function AdminLayout({
3636
<li>
3737
<Link href="/admin/pages">Страницы</Link>
3838
</li>
39+
<li>
40+
<Link href="/admin/documents">Документы</Link>
41+
</li>
3942
</ul>
4043
</aside>
4144
{children}

0 commit comments

Comments
 (0)