🔧 Fixed the download bundles page

This commit is contained in:
2024-10-28 13:03:46 -04:00
parent 8a32dc41df
commit 173e314032
2 changed files with 8 additions and 10 deletions

View File

@@ -246,14 +246,13 @@ export const AcquisitionPanel = (
)}
/>
) : (
<div className="">
<article className="">
<div className="">
No AirDC++ hub configured. Please configure it in{" "}
<code>Settings &gt; AirDC++ &gt; Hubs</code>.
</div>
</article>
</div>
<article
role="alert"
className="mt-4 rounded-lg text-sm max-w-screen-md border-s-4 border-yellow-500 bg-yellow-50 p-4 dark:border-s-4 dark:border-yellow-600 dark:bg-yellow-300 dark:text-slate-600"
>
No AirDC++ hub configured. Please configure it in{" "}
<code>Settings &gt; AirDC++ &gt; Hubs</code>.
</article>
)}
</div>