Removes links to docs user survey (#253)

Signed-off-by: Pete Lumbis <pete@upbound.io>

Signed-off-by: Pete Lumbis <pete@upbound.io>
This commit is contained in:
Pete Lumbis 2023-01-03 10:56:47 -05:00 committed by GitHub
parent 9f9d28b0aa
commit d0093bb333
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 1 additions and 18 deletions

View File

@ -1,8 +0,0 @@
.docs-survey {
background-color: $linkWater !important;
color: $gray-600;
a{
text-decoration: none;
}
}

View File

@ -47,5 +47,4 @@
@import "search-results";
/* purgecss end ignore */
@import "skippy";
@import "fonts";
@import "survey";
@import "fonts";

View File

@ -14,9 +14,6 @@
<main class="bd-main order-1">
<div class="bd-intro pt-2 ps-lg-2">
{{- if eq .Title "Overview"}}
{{ partialCached "survey" . }}
{{ end }}
<div class="d-md-flex flex-md-row-reverse align-items-center justify-content-between">
<div class="mb-3 mb-md-0 d-flex">
{{ partial "version-dropdown-menu" . }}

View File

@ -1,5 +0,0 @@
<div class="docs-survey card mb-3 text-center col-10 mx-auto">
<div class="card-body fs-4">
Click to <a href="https://s.surveyplanet.com/uiuwwdxb">take the Crossplane user survey</a>. <br />Survey closes December 31.
</div>
</div>