feat: Running tasks and steps UI (#165)
This commit is contained in:
6
skyvern-frontend/src/components/Logo.tsx
Normal file
6
skyvern-frontend/src/components/Logo.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
function Logo() {
|
||||
const src = "/logo.png";
|
||||
return <img src={src} />;
|
||||
}
|
||||
|
||||
export { Logo };
|
||||
Reference in New Issue
Block a user