Skip to content

Commit d327a93

Browse files
Mlaz-codeclaude
andcommitted
feat: add status page link to docs footer
Link to status.sharpapi.io from documentation footer. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c637218 commit d327a93

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

app/[lang]/layout.tsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,12 @@ export default async function LangLayout({ children, params }) {
7171
}
7272
footer={
7373
<Footer>
74-
{new Date().getFullYear()} SharpAPI. Built with ♠️ for sharp
75-
bettors.
74+
<div style={{ textAlign: 'center' }}>
75+
<div>{new Date().getFullYear()} SharpAPI. Built with ♠️ for sharp bettors.</div>
76+
<div style={{ marginTop: '0.5rem' }}>
77+
<a href="https://status.sharpapi.io" target="_blank" rel="noopener noreferrer" style={{ textDecoration: 'underline' }}>Status</a>
78+
</div>
79+
</div>
7680
</Footer>
7781
}
7882
>

0 commit comments

Comments
 (0)