thinkful-ui
Advanced tools
Comparing version 0.1.5 to 0.1.6
{ | ||
"name": "thinkful-ui", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Shared navigation and UI resources for Thinkful.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.es6", |
@@ -67,3 +67,3 @@ const _ = require('lodash'); | ||
return ( | ||
<div className="nav-container"> | ||
<div className="app-nav-container"> | ||
<nav className={navClassName} rel="main-navigation"> | ||
@@ -94,2 +94,2 @@ <Masthead className="app-nav-logo"/> | ||
module.exports = AppNav; | ||
module.exports = AppNav; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
28632
263