Migrate ServersListGroup to tailwind components

This commit is contained in:
Alejandro Celaya
2025-04-03 08:59:06 +02:00
parent fd7bfd845e
commit aefe5e0848
7 changed files with 62 additions and 97 deletions

View File

@@ -45,7 +45,7 @@ export const Home = ({ servers }: HomeProps) => {
>
Welcome!
</h1>
<ServersListGroup embedded servers={serversList}>
<ServersListGroup servers={serversList}>
{!hasServers && (
<div className="tw:p-6 tw:text-center tw:flex tw:flex-col tw:gap-12">
<p>This application will help you manage your Shlink servers.</p>