Skip to content

Commit

Permalink
fix: status link
Browse files Browse the repository at this point in the history
  • Loading branch information
suvanbanerjee committed Jul 17, 2024
1 parent 001f457 commit 5ddde64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ui/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function Footer() {
<span className="flex w-3 h-3 bg-green-600 rounded-full"></span>
</div>
Having issue with services? Check status
<Link href="https://status.openvoiceos.org/" className="text-blue-500 hover:underline ml-1">here</Link>
<Link href="https://openvoiceos.github.io/status/" className="text-blue-500 hover:underline ml-1">here</Link>
</div>
<p className="my-6 text-gray-500 dark:text-gray-400">Mycroft® is a registered trademark of Mycroft AI, Inc. Raspberry Pi® is a trademark of the Raspberry Pi Foundation. All other product names, logos, and brands are property of their respective owners. Use of these names, logos, and brands does not imply endorsement. Any unauthorized use is strictly prohibited.</p>
<ul className="flex flex-wrap justify-center items-center mb-6 text-gray-900 dark:text-white">
Expand Down

0 comments on commit 5ddde64

Please sign in to comment.