Skip to content

Commit

Permalink
Remove spacing on link
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmarete committed Feb 25, 2025
1 parent 699d7a4 commit d04c7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/workspaces/workspace/workflows/WorkflowView.js
Original file line number Diff line number Diff line change
Expand Up @@ -1150,7 +1150,7 @@ export const WorkflowView = _.flow(
style: { fontSize: 12, marginTop: '0.5rem', width: '100%', marginLeft: '0.1rem' },
}),
]),
span({ style: { marginTop: '0.5rem', marginBottom: '0.5rem' } }, [
span([
h(Link, { href: this.getSupportLink('31269696049307'), ...Utils.newTabLinkProps }, ['Learn more']),
' about how Terra implements cost thresholds',
]),
Expand Down

0 comments on commit d04c7b6

Please sign in to comment.