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 ab6d8f7 commit 8324959Copy full SHA for 8324959
packages/gitbook/src/components/Ads/AdClassicRendering.tsx
@@ -8,7 +8,7 @@ import { AdItem } from './types';
8
/**
9
* Classic rendering for an ad.
10
*/
11
-export async function AdClassicRendering({ ad }: { ad: AdItem }) {
+export function AdClassicRendering({ ad }: { ad: AdItem }) {
12
return (
13
<a
14
className={tcls(
0 commit comments