Skip to content

Commit

Permalink
oauth(fix): remove double quotes from the default 'add to slack' img …
Browse files Browse the repository at this point in the history
…alt text (#2044)
  • Loading branch information
zimeg authored Sep 29, 2024
1 parent 0861218 commit ee8411a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/oauth/src/default-render-html-for-install-path.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ body {
</head>
<body>
<h2>Slack App Installation</h2>
<p><a href="${addToSlackUrl}"><img alt=""Add to Slack"" height="40" width="139" src="https://platform.slack-edge.com/img/add_to_slack.png" srcset="https://platform.slack-edge.com/img/add_to_slack.png 1x, https://platform.slack-edge.com/img/add_to_slack@2x.png 2x" /></a></p>
<p><a href="${addToSlackUrl}"><img alt="Add to Slack" height="40" width="139" src="https://platform.slack-edge.com/img/add_to_slack.png" srcset="https://platform.slack-edge.com/img/add_to_slack.png 1x, https://platform.slack-edge.com/img/add_to_slack@2x.png 2x" /></a></p>
</body>
</html>`;
}

0 comments on commit ee8411a

Please sign in to comment.