Skip to content

Commit 54a1f72

Browse files
JoeMattclaude
andcommitted
style: improve AltStore source section in downloads page
- View JSON Feed button: use consistent gray-800 + border style - Source URL code block: add border and uppercase label Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 56082e5 commit 54a1f72

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/app/downloads/page.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ export default function DownloadsPage() {
5353
<p className="text-gray-400 mb-4">
5454
Add our source to AltStore or SideStore for easy installation and automatic updates:
5555
</p>
56-
<div className="bg-gray-800 rounded-lg p-4 mb-4">
56+
<div className="bg-gray-800 border border-gray-700 rounded-lg p-4 mb-4">
57+
<p className="text-xs text-gray-500 mb-1 uppercase tracking-wide">Source URL</p>
5758
<code className="text-sm text-orange-400 break-all">
5859
{baseURL}/api/altstore
5960
</code>
@@ -73,7 +74,7 @@ export default function DownloadsPage() {
7374
</a>
7475
<Link
7576
href="/api/altstore"
76-
className="bg-gray-600 hover:bg-gray-700 text-white px-6 py-3 rounded-lg font-semibold transition-colors"
77+
className="bg-gray-800 hover:bg-gray-700 text-gray-300 hover:text-white px-6 py-3 rounded-lg font-semibold transition-colors border border-gray-700"
7778
>
7879
View JSON Feed
7980
</Link>

0 commit comments

Comments
 (0)