Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
danyalprout committed Nov 7, 2024
1 parent 62b52a5 commit 18f774c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/web/app/(stats)/stats/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ export const metadata: Metadata = {
export default async function Page() {
return (
<iframe
title="Base Stats"
src="https://p.datadoghq.com/sb/883862235-507cea11844d0f5a35054427f4de4c38"
width="100%"
height="100%"
></iframe>
/>
);
}

0 comments on commit 18f774c

Please sign in to comment.