Skip to content

Commit

Permalink
docs: rewording instance homepage (DIYgod#16720)
Browse files Browse the repository at this point in the history
  • Loading branch information
songkeys authored Sep 12, 2024
1 parent 860a54b commit c183692
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions lib/views/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,17 +140,14 @@ const Index: FC<{ debugQuery: string | undefined }> = ({ debugQuery }) => {
<h1 className="text-4xl font-bold">
Welcome to <span className="text-[#F5712C]">RSSHub</span>!
</h1>
<p className="text-xl font-medium text-zinc-600">The world's largest RSS Network.</p>
<p className="text-zinc-500">If you see this page, the RSSHub is successfully installed and working.</p>
<p className="text-xl font-medium text-zinc-600">Everything is RSSible</p>
<div className="font-bold space-x-4 text-sm">
<a target="_blank" href="https://docs.rsshub.app">
<button className="text-white bg-[#F5712C] hover:bg-[#DD4A15] py-2 px-4 rounded-full transition-colors">View Docs</button>
<button className="text-white bg-[#F5712C] hover:bg-[#DD4A15] py-2 px-4 rounded-full transition-colors">Home</button>
</a>
<a target="_blank" href="https://github.com/DIYgod/RSSHub">
<button className="bg-zinc-200 hover:bg-zinc-300 py-2 px-4 rounded-full transition-colors">View on GitHub</button>
</a>
<a target="_blank" href="https://docs.rsshub.app/sponsor" className="text-[#F5712C]">
<button className="text-white bg-red-500 hover:bg-red-600 py-2 px-4 rounded-full transition-colors">❤️ Sponsor</button>
<button className="bg-zinc-200 hover:bg-zinc-300 py-2 px-4 rounded-full transition-colors">GitHub</button>
</a>
</div>
{info.showDebug ? (
Expand Down

0 comments on commit c183692

Please sign in to comment.