Skip to content

Commit

Permalink
Fix trial form link (#4654)
Browse files Browse the repository at this point in the history
  • Loading branch information
ffjlabo authored Nov 6, 2023
1 parent 8b0a501 commit 89fb203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/layouts/partials/navbar.html
Original file line number Diff line number Diff line change
@@ -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>
{{ if not $cover }}
<a class="navbar-brand" href="{{ .Site.Home.RelPermalink }}">
<span class="navbar-logo">{{ if .Site.Params.ui.navbar_logo }}{{ with resources.Get "icons/logo.svg" }}{{ ( . | minify).Content | safeHTML }}{{ end }}{{ end }}</span>
Expand Down

0 comments on commit 89fb203

Please sign in to comment.