Skip to content

Commit

Permalink
add newsletter disclaimer to homepage (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosgauci committed Oct 19, 2022
1 parent ff501a7 commit 0437405
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
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>

1 comment on commit 0437405

@vercel
Copy link

@vercel vercel bot commented on 0437405 Oct 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.