Skip to content

Commit

Permalink
Merge pull request #955 from razzeee/add-status-page
Browse files Browse the repository at this point in the history
Add status page
  • Loading branch information
razzeee authored Aug 20, 2024
2 parents d3f08f0 + e68f0d7 commit da5ef98
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,16 @@ function Footer() {
DMCA Policy
</Link>
</li>
<li>
<a
target="_blank"
rel="noreferrer"
href="https://status.kodi.tv/"
className="text-base text-gray-600 hover:text-gray-900"
>
Status
</a>
</li>
</ul>
</div>
<div className="mt-12 md:mt-0">
Expand Down

0 comments on commit da5ef98

Please sign in to comment.