Skip to content

Commit

Permalink
Merge pull request #7 from treely/main
Browse files Browse the repository at this point in the history
Make visit url absolute
  • Loading branch information
gianlucaparadise authored Aug 18, 2022
2 parents 8808900 + 21424e6 commit cf91f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/src/components/DeploymentsList/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const DeploymentsList = ({ deployments, usePolling }) => {
}
>
<LinkButton
href={entry.url}
href={`https://${entry.url}`}
variant="tertiary"
style={{ border: "none" }}
>
Expand Down

0 comments on commit cf91f82

Please sign in to comment.