mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-07-18 01:31:50 +00:00
Migrate ServersListGroup to tailwind components
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user