-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: implement new call to action link styles (#201) #218
Conversation
Deploy preview for pinecone ready! Built with commit 654b254 |
{% if hasIcon %}{% render '@svg', {svg: 'external'}, true %}{% endif %} | ||
</a> | ||
<p> | ||
<a {% if external %}rel="external" {% endif %}href="{{ href }}" class="cta{% if modifier %} cta--{{ modifier }}{% endif %}">{{ label }}{% if external %}{% render '@svg', {svg: 'external'}, true %}{% endif %}</a> |
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.
The external link icon is not being rendered.
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.
Hey sorry @jhung, forgot to link to that component. The default is internal, the external one is https://deploy-preview-218--pinecone.netlify.com/components/preview/call-to-action--external
Description
Updates call to action link style.
Steps to test
Review:
Additional information
Not applicable.
Related issues