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 6aafc16 commit 4ba818cCopy full SHA for 4ba818c
apps/web/src/components/footer.tsx
@@ -106,6 +106,17 @@ export function Footer() {
106
<ExternalLinkIcon className="size-3" />
107
</a>
108
</li>
109
+ <li>
110
+ <a
111
+ href="https://status.hyprnote.com"
112
+ target="_blank"
113
+ rel="noopener noreferrer"
114
+ className="text-sm text-neutral-600 hover:text-stone-600 transition-colors inline-flex items-center gap-1"
115
+ >
116
+ Status
117
+ <ExternalLinkIcon className="size-3" />
118
+ </a>
119
+ </li>
120
</ul>
121
</div>
122
0 commit comments