Skip to content

Commit

Permalink
add datadog public dashboard link
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodingwizard committed Sep 2, 2024
1 parent 7918340 commit 74d2523
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ export default function DashboardPage(): JSX.Element {
Looking to get better at USACO? Check out the{' '}
<a
href="https://usaco.guide/"
target="_blank"
rel="noreferrer"
className="underline hover:text-white"
>
Expand All @@ -65,7 +64,15 @@ export default function DashboardPage(): JSX.Element {
className="ml-[2px]"
/>
<p className="mt-2 text-gray-400">
Infrastructure monitoring powered by Datadog.
Infrastructure monitoring powered by Datadog. View our{' '}
<a
href="https://p.datadoghq.com/sb/fbf273aa-1551-11ef-87da-da7ad0900002-1c22ffc7d27083c1529726831826065e"
rel="noreferrer"
className="underline hover:text-white"
>
Datadog Public Dashboard
</a>
!
</p>
</div>
</div>
Expand Down

0 comments on commit 74d2523

Please sign in to comment.