generated from Luis/nextjs-python-web-template
major changes in the layout and added most components
This commit is contained in:
@@ -35,7 +35,7 @@ interface NoDataOverlayProps {
|
||||
export function NoDataOverlay(props: NoDataOverlayProps) {
|
||||
const { label } = props;
|
||||
return (
|
||||
<StyledGridOverlay className="block p-2">
|
||||
<StyledGridOverlay className="p-2">
|
||||
<svg
|
||||
width="120"
|
||||
height="100"
|
||||
|
||||
Reference in New Issue
Block a user