1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-08 20:32:24 +04:00
This commit is contained in:
codecalm
2023-08-08 11:28:31 +02:00
parent ec462ca4c3
commit e973b025d6
@@ -11,6 +11,8 @@ import Link from 'next/link';
import TOC from '@/components/TOC';
import DocsMenu from '@/components/DocsMenu';
import Icon from '@/components/Icon';
import Ad from '@/components/Ad';
interface DocPageProps {
params: {
@@ -116,6 +118,10 @@ export default async function DocPage({ params }: DocPageProps) {
<Icon name="edit" className="icon-inline ml-2" />
</a>
</div>
<div className="mt-5">
<Ad />
</div>
</div>
</div>
</div>