Skip to content

Commit

Permalink
Add Product Feedback survey link to welcome page (#14705) (#14739)
Browse files Browse the repository at this point in the history
* Fix welcome page

* Add link
  • Loading branch information
Charles-Gagnon committed Mar 16, 2021
1 parent dfeb80e commit 765c706
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,14 @@ export default () => `
<p>
${escape(localize('welcomePage.documentationBody', "Visit the documentation center for quickstarts, how-to guides, and references for PowerShell, APIs, etc."))}
</p>
<div class="link-header">
<a class="link ads-welcome-page-link" href="https://aka.ms/AzureSQLSurvey">
${escape(localize('welcomePage.productFeedback', "Product Feedback"))}<span class="icon-link themed-icon-alt"></span>
</a>
</div>
<p>
${escape(localize('welcomePage.productFeedbackBody', "Shape the future of the Azure SQL products you're using by completing the feedback survey!"))}
</p>
<div class="videos-container row">
<h2>${escape(localize('welcomePage.videos', "Videos"))}</h2>
<div class="flex flex-container-video">
Expand Down

0 comments on commit 765c706

Please sign in to comment.