This website requires JavaScript.
Explore
Help
Sign In
vodorod
/
Dorod-Sky
Watch
1
Star
0
Fork
0
You've already forked Dorod-Sky
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
12ee2bf9b0fd027e6b2e70ccdd35cb10120baa1e
Dorod-Sky
/
skyvern-frontend
/
src
/
components
/
Logo.tsx
7 lines
104 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat: Running tasks and steps UI (#165)
2024-04-07 21:52:59 +03:00
function
Logo() {
const
src
=
"/logo.png"
;
Change sidebar width and make it collapsible (#637) Co-authored-by: Muhammed Salih Altun <muhammedsalihaltun@gmail.com>
2024-07-24 05:22:16 -07:00
return
<
img
src
=
{
src
}
alt
=
"Logo"
/
>
;
feat: Running tasks and steps UI (#165)
2024-04-07 21:52:59 +03:00
}
export
{
Logo
}
;
Reference in New Issue
Copy Permalink