Skip to content
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

add newsletter disclaimer to homepage #23

Merged
merged 1 commit into from
Oct 19, 2022
Merged
Show file tree
Hide file tree
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
add newsletter disclaimer to homepage
  • Loading branch information
carlosgauci committed Oct 19, 2022
commit 490bc9a7844b10cdfc60b4e41535a0cc25408f9d
6 changes: 1 addition & 5 deletions themes/haystack/assets/sass/base/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,7 @@ button {
line-height: var(--line-height-base);
}

p {
color: var(--color-dark-blue);
}

li {
p, li, small {
color: var(--color-dark-blue);
}

Expand Down
1 change: 1 addition & 0 deletions themes/haystack/layouts/partials/newsletter-card.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ <h3>{{ .community.newsletter.title }}</h3>
{{ partial "arrow-button" (dict "context" . "type" "submitButton" "text" .community.newsletter.buttonText) }}
<span class="success-message">Thanks!</span>
</form>
<small class="copyright">By submitting my email, I agree to allow deepset to store and process my personal data.</small>
</div>