Skip to content

Commit 4ba818c

Browse files
feat(web): add status page link to footer (#2024)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent 6aafc16 commit 4ba818c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

apps/web/src/components/footer.tsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,17 @@ export function Footer() {
106106
<ExternalLinkIcon className="size-3" />
107107
</a>
108108
</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>
109120
</ul>
110121
</div>
111122

0 commit comments

Comments
 (0)