Fix the duplicated paragraph in “Limitation of Liability” Section#2774
Fix the duplicated paragraph in “Limitation of Liability” Section#2774soufiane-amt wants to merge 1 commit intoappwrite:mainfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
WalkthroughThe pull request removes two lines from the Limitation of Liability section in the terms document (src/routes/terms/+page.markdoc). Specifically, a clause beginning with "Whether based on warranty, contract, tort (including negligence)..." has been deleted. The change is a straightforward text deletion with no modifications to code logic or document structure. Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Description:
This PR fixes a duplication issue in the Limitation of Liability section on the Terms page. Previously, the section repeated the final sentence unnecessarily, making the paragraph redundant and harder to read. the issue is referenced here #2773
Changes:
Removed the duplicated sentence:
Ensured the paragraph reads clearly and concisely.
Page affected:
/terms (http://localhost:5173/terms)
Notes:
No functional changes were made; only text content was updated.
This improves readability and maintains legal clarity.
Summary by CodeRabbit