Skip to content

Commit

Permalink
feat: status page
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxxeun committed Jul 28, 2024
1 parent 04b0821 commit aef78d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import Callout from "@components/MDX/Callout.astro";
import SmoothScrooll from "@components/core/SmoothScroll";
import SpeedInsights from "@vercel/speed-insights/astro";
import "@styles/base.css";
import Clock from "@components/Clock";
interface Props {
title?: string;
Expand Down Expand Up @@ -98,7 +97,9 @@ const canonicalURL = new URL(Astro.url).href;
}
</ul>
<div>
<Clock client:load/>
<a href="https://yuxxeun.openstatus.dev/" target="_blank">
<img src="https://yuxxeun.openstatus.dev/badge?theme=dark&size=sm" />
</a>
</div>
<!-- <button
id="dark-mode-toggle"
Expand Down

0 comments on commit aef78d9

Please sign in to comment.