mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
added link to FAQ (#19356)
Added link to FAQ. Closes https://github.com/fleetdm/confidential/issues/5654.
This commit is contained in:
parent
8bb332f109
commit
22aec927a6
2 changed files with 4 additions and 1 deletions
3
website/assets/styles/pages/support.less
vendored
3
website/assets/styles/pages/support.less
vendored
|
|
@ -38,6 +38,9 @@
|
|||
margin-bottom: 60px;
|
||||
text-align: center;
|
||||
max-width: 800px;
|
||||
a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
[purpose='support-card']:hover {
|
||||
|
|
|
|||
2
website/views/pages/support.ejs
vendored
2
website/views/pages/support.ejs
vendored
|
|
@ -33,7 +33,7 @@
|
|||
</div>
|
||||
<div purpose="page-title" class="mx-auto">
|
||||
<h1>Support</h1>
|
||||
<p>Ask a question, chat with engineers, or get in touch with the Fleet team.</p>
|
||||
<p>Ask a question, chat with engineers, or get in touch with the Fleet team. For answers to commonly asked questions, check the <a href="/docs/get-started/faq">FAQ</a>.</p>
|
||||
</div>
|
||||
|
||||
<div purpose="support-cards" class="d-flex mx-auto justify-content-center">
|
||||
|
|
|
|||
Loading…
Reference in a new issue