fix: update NEXT_PUBLIC_COMMIT_SHA and enhance layout for various pages

This commit is contained in:
2025-07-03 17:03:43 +00:00
committed by GitHub
parent 54a268f485
commit a8311fb4ef
10 changed files with 31 additions and 38 deletions

View File

@@ -135,17 +135,15 @@ const RadioStationsPage = () => {
}
return (
<div className="container mx-auto p-6 max-w-4xl">
<div className="space-y-6">
<div className="flex items-center justify-between">
<div className="container mx-auto p-6 pb-24 max-w-none">
<div className="space-y-2">
<div className="flex items-center justify-between border-b pb-4 mb-4">
<div>
<h1 className="text-3xl font-semibold tracking-tight flex items-center gap-2">
<FaWifi className="w-8 h-8" />
Radio Stations
</h1>
<p className="text-muted-foreground">Listen to internet radio streams</p>
<h1 className="text-3xl font-bold">Radio Stations</h1>
<p className="text-muted-foreground text-sm">
Listen to internet radio stations.
</p>
</div>
<Dialog open={isAddDialogOpen} onOpenChange={setIsAddDialogOpen}>
<DialogTrigger asChild>
<Button>