Skip to content

Commit

Permalink
feat: add status page
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixNgFender committed Mar 18, 2024
1 parent 0a225e4 commit 5b3cdfb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,16 @@ function LandingFooter() {
</Link>
.
</p>
<p className="text-sm leading-loose text-muted-foreground md:text-right">
<Link
href={siteConfig.links.statusPage}
target="_blank"
rel="noreferrer"
className="font-medium underline underline-offset-4"
>
Status Page
</Link>
</p>
</div>
</footer>
);
Expand All @@ -83,7 +93,7 @@ const LandingPage = async () => {
fill="white"
/>
<h1 className="text-4xl font-bold sm:text-5xl sm:leading-none lg:text-7xl">
<span className="animate-gradient bg-300% bg-gradient-to-r from-orange-700 via-blue-500 to-green-400 bg-clip-text text-transparent">
<span className="animate-gradient bg-gradient-to-r from-orange-700 via-blue-500 to-green-400 bg-300% bg-clip-text text-transparent">
Unleash your creativity
</span>
</h1>
Expand Down
1 change: 1 addition & 0 deletions src/config/site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export const siteConfig = {
github: 'https://github.com/FelixNgFender/Mu2Mi',
discord: 'https://discord.gg/7BkTD7RNRG',
twitter: 'https://twitter.com/felixcantcode',
statusPage: 'https://status.mu2mi.com/status/mu2mi',
},
twitter: {
site: '@felixcantcode',
Expand Down

0 comments on commit 5b3cdfb

Please sign in to comment.