thinkful-ui
Advanced tools
Comparing version 0.2.4 to 0.2.5
{ | ||
"name": "thinkful-ui", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "Shared navigation and UI resources for Thinkful.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.es6", |
@@ -29,3 +29,3 @@ const _ = require('lodash'); | ||
href={url} | ||
target={external && "_blank"}> | ||
target={external ? "_blank" : "_self"}> | ||
{icon && | ||
@@ -32,0 +32,0 @@ <Icon className="app-nav-icon" name={icon}/>} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33647