Skip to content
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

Merged
merged 4 commits into from
Jan 31, 2020

Conversation

greatislander
Copy link
Collaborator

@greatislander greatislander commented Jan 31, 2020

Description

Updates call to action link style.

  • Internal link variant (not used)

Steps to test

Review:

Additional information

Not applicable.

Related issues

@greatislander greatislander self-assigned this Jan 31, 2020
@greatislander greatislander added the enhancement New feature or request label Jan 31, 2020
@greatislander greatislander added this to the 1.0.0-alpha.10 milestone Jan 31, 2020
@greatislander greatislander marked this pull request as ready for review January 31, 2020 16:02
@netlify
Copy link

netlify bot commented Jan 31, 2020

Deploy preview for pinecone ready!

Built with commit 654b254

https://deploy-preview-218--pinecone.netlify.com

jhung
jhung previously requested changes Jan 31, 2020
{% 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>
Copy link
Contributor

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.

Copy link
Collaborator Author

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

@greatislander greatislander merged commit 3d5f6a6 into dev Jan 31, 2020
@greatislander greatislander deleted the feat/call-to-action branch January 31, 2020 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants