feat: update NEXT_PUBLIC_COMMIT_SHA and improve component layouts for better styling and functionality

This commit is contained in:
2025-06-25 22:45:10 -05:00
parent 7e2833368f
commit b6ea2fc30d
5 changed files with 19 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ function NavidromeErrorBoundary({ children }: { children: React.ReactNode }) {
<div className="flex min-h-svh w-full items-center justify-center p-6 md:p-10">
{/* top right add the logo located in /icon-192.png here and the word mice */}
<div className="absolute top-4 left-4 flex items-center space-x-2">
<Image src="/icon-192.png" alt="Logo" className="h-8 w-8" />
<Image src="/icon-192.png" alt="Logo" width={32} height={32} className="h-8 w-8" />
<span className="text-xl font-semibold">mice | navidrome client</span>
</div>