mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Fix mismatched link in footer ("what is osquery?") (#2980)
This commit is contained in:
parent
3803a38972
commit
520782008e
1 changed files with 1 additions and 1 deletions
2
website/views/layouts/layout.ejs
vendored
2
website/views/layouts/layout.ejs
vendored
|
|
@ -163,7 +163,7 @@
|
|||
© 2021 Fleet Device Management Inc.
|
||||
<span purpose="legal-nav">
|
||||
<a style="text-decoration: underline;" href="/legal/privacy">Privacy</a>
|
||||
<a style="text-decoration: underline;" class="pl-3" href="/legal/privacy">What is osquery?</a>
|
||||
<a style="text-decoration: underline;" class="pl-3" target="_blank" href="https://osquery.io">What is osquery?</a>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue