-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix trial form link #4654
Fix trial form link #4654
Conversation
Signed-off-by: Yoshiki Fujikane <[email protected]>
@@ -1,6 +1,6 @@ | |||
{{ $cover := .HasShortcode "blocks/cover" }} | |||
<nav class="js-navbar-scroll navbar navbar-expand navbar-dark {{ if $cover}} td-navbar-cover {{ end }}flex-column flex-md-row td-navbar"> | |||
<div class="corner-ribbon"><a href="https://forms.office.com/r/9CjY7L0WV9" target="_blank">Request Trial</a></div> | |||
<div class="corner-ribbon"><a href="https://forms.gle/GxfFz8uCpv8X8TXV6" target="_blank">Request Trial</a></div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change url from office to google form
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4654 +/- ##
==========================================
+ Coverage 30.00% 30.58% +0.58%
==========================================
Files 221 221
Lines 25955 25941 -14
==========================================
+ Hits 7787 7935 +148
+ Misses 17519 17358 -161
+ Partials 649 648 -1 ☔ View full report in Codecov by Sentry. |
Signed-off-by: 鈴木 優耀 <[email protected]>
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Does this PR introduce a user-facing change?: