mirror of
https://github.com/tabler/tabler.git
synced 2026-08-08 20:32:24 +04:00
add ad
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user