Skip to content

Commit

Permalink
redirect to origin when logo is clicked (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykeremy authored May 27, 2024
1 parent 6dbc1d2 commit c1415a9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions skyvern-frontend/src/routes/root/RootLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ function RootLayout() {
<>
<div className="w-full h-full px-4">
<aside className="fixed w-72 px-6 shrink-0 min-h-screen border-r-2">
<Link
to="https://skyvern.com"
target="_blank"
rel="noopener noreferrer"
>
<Link to={window.location.origin}>
<div className="h-24">
<Logo />
</div>
Expand Down

0 comments on commit c1415a9

Please sign in to comment.