Skip to content

Commit

Permalink
add ad
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Aug 8, 2023
1 parent ec462ca commit e973b02
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions site/app/(marketing)/docs/[[...slug]]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down Expand Up @@ -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>
Expand Down

2 comments on commit e973b02

@vercel
Copy link

@vercel vercel bot commented on e973b02 Aug 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on e973b02 Aug 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tabler – ./

tabler-git-main-tabler-io.vercel.app
preview.tabler.io
demo.tabler.io
tabler-tabler-io.vercel.app

Please sign in to comment.