Skip to content

Update template.html #1615

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

Merged
merged 2 commits into from
Aug 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,7 @@

<div class="d-flex flex-column gap-4" data-controller="sections-have-questions">
<div class="w-100 justify-content-center d-flex flex-column text-center">
<h4>Have Questions?</h4>
<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>
<h4>Have more questions?</h4>
<p><a class="text-decoration-underline" href="https://discord.gg/DmyJP3qJ7U">Join our Discord</a> to chat with our team and the community.</p>
</div>

<div class="w-100 text-center">
<p class="h3 m-0">🦉</p>
</div>

<% if !standalone_dashboard() { %>
<div class="w-100 justify-content-center d-flex flex-column text-center">
<h4>Try PostresML using our free serverless cloud. </h4>
</div>

<div class="d-flex justify-content-center">
<a class="btn btn-primary" href="<%- crate::utils::config::signup_url() %>">Start Your Project</a>
</div>
<% } %>
</div>