-
Notifications
You must be signed in to change notification settings - Fork 381
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
Update Product Care, Cancellation details, Help Desk, Home page intro and Tagline #2304
base: main
Are you sure you want to change the base?
Changes from 1 commit
e21577b
a7b1ae2
e83b957
727ce9d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -22,6 +22,7 @@ const ProductCareInstructionsPage = () => { | |||||
<ul className="list-disc list-inside text-gray-700 space-y-2 sm:space-y-4"> | ||||||
<li>Store in a cool, dry place away from direct sunlight.</li> | ||||||
<li>Avoid exposing the product to extreme temperatures or humidity.</li> | ||||||
<li>Use within limits and handle carefully to prevent strain and accidental damage.</li> | ||||||
<li>Regularly check for signs of wear and address any issues promptly.</li> | ||||||
<li>Follow any specific instructions provided by the manufacturer.</li> | ||||||
</ul> | ||||||
|
@@ -35,9 +36,11 @@ const ProductCareInstructionsPage = () => { | |||||
</p> | ||||||
<ul className="list-disc list-inside text-gray-700 space-y-2 sm:space-y-4"> | ||||||
<li>Inspect the product regularly for any signs of damage.</li> | ||||||
<li>Keep software and firmware updated for peak performance and enhanced security.</li> | ||||||
<li>Lubricate moving parts if applicable, using recommended products.</li> | ||||||
<li>Replace any worn or damaged components promptly.</li> | ||||||
<li>Consult the product manual for specific maintenance recommendations.</li> | ||||||
<li>Maintain accuracy and safety by using approved parts recalibrating regularly.</li> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. LGTM: Crucial safety and accuracy tip (minor typo) This addition emphasizes the importance of maintaining product accuracy and safety, which is crucial for many types of equipment. There's a minor typo in this line. Apply the following change: - <li>Maintain accuracy and safety by using approved parts recalibrating regularly.</li>
+ <li>Maintain accuracy and safety by using approved parts and recalibrating regularly.</li> 📝 Committable suggestion
Suggested change
|
||||||
</ul> | ||||||
</div> | ||||||
</section> | ||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix "Received" speeling
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@codervivek5 Updated the requested changes. Kindly verify. Thank you.