|
2 | 2 |
|
3 | 3 | <divclass="d-flex flex-column gap-4"data-controller="sections-have-questions">
|
4 | 4 | <divclass="w-100 justify-content-center d-flex flex-column text-center">
|
5 |
| -<h4>HaveQuestions?</h4> |
6 |
| -<p><aclass="text-decoration-underline"href="https://discord.gg/DmyJP3qJ7U">Join our Discord</a>and ask us anything! We're friendlyandwould love to talk about PostgresML and PgCat.</p> |
| 5 | +<h4>Havemore questions?</h4> |
| 6 | +<p><aclass="text-decoration-underline"href="https://discord.gg/DmyJP3qJ7U">Join our Discord</a>to chat with our teamandthe community.</p> |
7 | 7 | </div>
|
8 |
| - |
9 |
| -<divclass="w-100 text-center"> |
10 |
| -<pclass="h3 m-0">🦉</p> |
11 |
| -</div> |
12 |
| - |
13 |
| -<% if !standalone_dashboard() { %> |
14 |
| -<divclass="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 |
| -<divclass="d-flex justify-content-center"> |
19 |
| -<aclass="btn btn-primary"href="<%- crate::utils::config::signup_url() %>">Start Your Project</a> |
20 |
| -</div> |
21 |
| -<% } %> |
22 | 8 | </div>
|