Skip to content

Commit 0b56b7e

Browse files
Update template.html (postgresml#1615)
Co-authored-by: Montana Low <montanalow@users.noreply.github.com>
1 parent da7bf54 commit 0b56b7e

File tree

1 file changed

+2
-16
lines changed
  • pgml-dashboard/src/components/sections/have_questions

1 file changed

+2
-16
lines changed

pgml-dashboard/src/components/sections/have_questions/template.html

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,7 @@
22

33
<div class="d-flex flex-column gap-4" data-controller="sections-have-questions">
44
<div class="w-100 justify-content-center d-flex flex-column text-center">
5-
<h4>Have Questions?</h4>
6-
<p><a class="text-decoration-underline" href="https://discord.gg/DmyJP3qJ7U">Join our Discord</a> and ask us anything! We're friendly and would love to talk about PostgresML and PgCat.</p>
5+
<h4>Have more questions?</h4>
6+
<p><a class="text-decoration-underline" href="https://discord.gg/DmyJP3qJ7U">Join our Discord</a> to chat with our team and the community.</p>
77
</div>
8-
9-
<div class="w-100 text-center">
10-
<p class="h3 m-0">🦉</p>
11-
</div>
12-
13-
<% if !standalone_dashboard() { %>
14-
<div class="w-100 justify-content-center d-flex flex-column text-center">
15-
<h4>Try PostresML using our free serverless cloud. </h4>
16-
</div>
17-
18-
<div class="d-flex justify-content-center">
19-
<a class="btn btn-primary" href="<%- crate::utils::config::signup_url() %>">Start Your Project</a>
20-
</div>
21-
<% } %>
228
</div>

0 commit comments

Comments
 (0)