Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0b56b7e

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

File tree

Expand file treeCollapse file tree

1 file changed

+2
-16
lines changed
Filter options
  • pgml-dashboard/src/components/sections/have_questions
Expand file treeCollapse file tree

1 file changed

+2
-16
lines changed

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

Copy file name to clipboardExpand all lines: pgml-dashboard/src/components/sections/have_questions/template.html
+2-16Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.