EDU-18339 FastStore: Adding custom icons#2666
Conversation
👁️🗨️ Preview changes on Developer PortalYou can use the link below to load the Developer Portal in preview mode with the changes from this branch: Below is the list of modified pages and their corresponding preview URLs:
|
|
|
||
| This guide explains how to add new SVG icons to your FastStore project when the icon you need isn't part of the [default FastStore icon set](https://developers.vtex.com/docs/guides/faststore/styling-icons), such as a WhatsApp icon for customer support. | ||
|
|
||
| If you want to replace an existing FastStore icon with a different design, see [Overriding native icons](https://developers.vtex.com/docs/guides/faststore/managing-icons-overriding-native-icons). |
There was a problem hiding this comment.
[link-check] reported by reviewdog 🐶
🚨 Found a broken link in a Markdown Link (Error 404):
https://developers.vtex.com/docs/guides/faststore/managing-icons-overriding-native-icons
👉 Please review this link before merging your Pull Request.
| ## See also | ||
|
|
||
| - [Iconography reference](https://developers.vtex.com/docs/guides/faststore/styling-icons) | ||
| - [Overriding native icons](https://developers.vtex.com/docs/guides/faststore/managing-icons-overriding-native-icons) |
There was a problem hiding this comment.
[link-check] reported by reviewdog 🐶
🚨 Found a broken link in a Markdown Link (Error 404):
https://developers.vtex.com/docs/guides/faststore/managing-icons-overriding-native-icons
👉 Please review this link before merging your Pull Request.
|
|
||
| function CustomerSupport() { | ||
| return ( | ||
| <a href="https://wa.me/<YOUR_PHONE_NUMBER>"> |
There was a problem hiding this comment.
[link-check] reported by reviewdog 🐶
🚨 Found a broken link in a HTML Anchor (Error 400):
https://wa.me/<YOUR_PHONE_NUMBER>
👉 Please review this link before merging your Pull Request.
|
Summary
Provide a concise description of the change introduced by this PR.
Example: “Updates the Checkout overview to include new webhook behavior.”
Type of change
Checklist
AI review instructions
This repository supports automated AI reviews for Markdown files in the
docsfolder, exceptdocs/localization.To run reviews on this PR, add at least one of the following labels:
AI style review: evaluates tone and adherence to VTEX style guidelines.AI grammar review: identifies grammar and spelling issues.Once at least one label is added, the review(s) will run automatically.
After the review is completed, the corresponding label will be removed and the label
AI reviewedwill be added to the PR.Note
To rerun a review, remove and add the desired label again.