Skip to content

Commit

Permalink
snapshot modal: don't hardcode cloud.tilt.dev (#2186)
Browse files Browse the repository at this point in the history
  • Loading branch information
landism authored Sep 11, 2019
1 parent 3df502e commit 787d5bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion web/src/ShareSnapshotModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,10 @@ export default class ShareSnapshotModal extends PureComponent<props> {
return (
<p>
Manage your snapshots on{" "}
<a href="http://cloud.tilt.dev/snapshots" target="_blank">
<a
href={this.props.tiltCloudSchemeHost + "/snapshots"}
target="_blank"
>
TiltCloud
</a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion web/src/__snapshots__/ShareSnapshotModal.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ exports[`ShareSnapshotModal renders with modal open w/ known username 1`] = `
Manage your snapshots on
<a
href="http://cloud.tilt.dev/snapshots"
href="https://cloud.tilt.dev/snapshots"
target="_blank"
>
TiltCloud
Expand Down

0 comments on commit 787d5bf

Please sign in to comment.