Skip to content

Commit

Permalink
change(icons): set link for remix icon set to our docusaurus
Browse files Browse the repository at this point in the history
- we list the values that we need to add to the icon field instead of having
  the entire html tag with the class name that is used for the icon
  • Loading branch information
ichim-david committed Mar 31, 2023
1 parent fa025cc commit df81a4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/manage/Blocks/Title/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default {
<a
target="_blank"
rel="noopener noreferrer"
href="https://remixicon.com/"
href="https://eea.github.io/volto-eea-design-system/docs/webdev/Guidelines/iconography/#icon-set"
>
Remix Icon set
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export function ImageSchema({ formData, intl }) {
<a
target="_blank"
rel="noopener noreferrer"
href="https://remixicon.com/"
href="https://eea.github.io/volto-eea-design-system/docs/webdev/Guidelines/iconography/#icon-set"
>
Remix Icon set
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export function LeadImageSchema({ formData, intl }) {
<a
target="_blank"
rel="noopener noreferrer"
href="https://remixicon.com/"
href="https://eea.github.io/volto-eea-design-system/docs/webdev/Guidelines/iconography/#icon-set"
>
Remix Icon set
</a>
Expand Down

0 comments on commit df81a4f

Please sign in to comment.