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

Use optimised version of our logo (badge) #386

Merged
merged 1 commit into from
May 12, 2016

Conversation

ramasilveyra
Copy link
Contributor

@ramasilveyra ramasilveyra commented May 12, 2016

Use optimised version of badge image.
From 8kb to 2kb.

@@ -135,7 +135,7 @@ function OptionsManager(widget, options) {
if (this.icon) {
this.headerIcon = this.icon;
} else {
this.headerIcon = "//cdn.auth0.com/styleguide/1.0.0/img/badge.png";
this.headerIcon = "//cdn.auth0.com/styleguide/latest/lib/logos/img/badge.png";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ramasilveyra not sure how is versioning being handled on styleguide but is there a way to depend on something else than latest?

Copy link
Contributor Author

@ramasilveyra ramasilveyra May 12, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gnandretta Yes, I will change to 4.6.1

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ramasilveyra thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants