Added 404 page

This commit is contained in:
Frikky
2024-12-02 18:35:28 +01:00
parent 022c3ae552
commit d936cc0b35
8 changed files with 307 additions and 121 deletions
+2 -2
View File
@@ -4037,7 +4037,7 @@ const Workflows2 = (props) => {
>
<Tab label="Organization Workflows" style={{ textTransform: 'none', marginRight: 20 }} />
<Tab label="My Workflows" style={{ textTransform: 'none', marginRight: 20 }} />
<Tab label="Discover Workflow" style={{ textTransform: 'none' }} />
<Tab label="Discover Workflows" style={{ textTransform: 'none' }} />
</Tabs>
</div>
@@ -4763,4 +4763,4 @@ const Workflows2 = (props) => {
export default Workflows2;
export default Workflows2;