File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments