merge: Deployment Hotfixes#5
Merged
Merged
Conversation
Introduce PrivacyPolicy and TermsOfService section components and mount them at /privacy, /privacy-policy, and /terms routes. Add .legal-prose utility styles in globals.css for consistent list and link formatting across legal content.
List /privacy-policy and /terms in sitemap.ts so search engines can discover the newly added legal pages.
Use partnerships@notareum.com (matches the published mailbox) instead of partners@notareum.com on the About page contacts list.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduce PrivacyPolicy and TermsOfService section components and mount them at /privacy, /privacy-policy, and /terms routes. Add .legal-prose utility styles in globals.css for consistent list and link formatting across legal content.
This pull request adds comprehensive legal pages (Privacy Policy and Terms of Service) to the site, improves their discoverability, and enhances the styling for legal content. It also fixes a minor contact email typo and updates the sitemap. The changes ensure legal compliance and provide users with clear information about their rights and obligations when using the site.
New legal pages and routing:
PrivacyPolicy.tsx) and created pages at both/privacy-policyand/privacythat render this component, including metadata for SEO and canonical URLs. [1] [2] [3]TermsOfService.tsx) and created a/termspage with appropriate metadata. [1] [2]Styling improvements for legal content:
.legal-proseCSS class to improve the appearance of lists and links in legal documents, ensuring better readability and consistent branding.Sitemap and discoverability:
/privacy-policyand/termsto the sitemap, improving search engine visibility and compliance.Content and contact corrections:
partners@notareum.com→partnerships@notareum.com).