mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-07-21 11:11:51 +00:00
Migrate servers table to a tailwind-based Table component
This commit is contained in:
@@ -7,5 +7,5 @@ export type NoMenuLayoutProps = PropsWithChildren & {
|
||||
};
|
||||
|
||||
export const NoMenuLayout: FC<NoMenuLayoutProps> = ({ children, className }) => (
|
||||
<div className={clsx('no-menu-wrapper container-xl', className)}>{children}</div>
|
||||
<div className={clsx('no-menu-wrapper tw:container tw:mx-auto', className)}>{children}</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user