Merge pull request #789 from rsandb/Style-500-Page

style 500 page
This commit is contained in:
Keith Stevens
2023-01-18 14:26:24 +09:00
committed by GitHub
3 changed files with 28 additions and 19 deletions
-4
View File
@@ -28,7 +28,3 @@ export const EmptyState = (props: EmptyStateProps) => {
export const TaskEmptyState = () => {
return <EmptyState text="Looks like no tasks were found." icon={FiAlertTriangle} />;
};
export const PageEmptyState = () => {
return <EmptyState text="Sorry, the page you are looking for does not exist." icon={FiAlertTriangle} />;
};