kyt-starter-universal
Advanced tools
Comparing version 2.0.2-alpha.14 to 2.0.2-alpha.22
{ | ||
"name": "kyt-starter-universal", | ||
"version": "2.0.2-alpha.14+aef670b1", | ||
"version": "2.0.2-alpha.22+0871e9ed", | ||
"description": "", | ||
@@ -15,3 +15,3 @@ "repository": { | ||
"homepage": "https://github.com/nytimes/kyt/packages/kyt-starter-universal#readme", | ||
"gitHead": "aef670b1017050de56ad1f6cd6b617e21ea70efb" | ||
"gitHead": "0871e9edefd4404d0fffc816e8333e23f397741e" | ||
} |
import React from 'react'; | ||
import { Switch, Route, Link } from 'react-router-dom'; | ||
import dynamic from 'kyt-runtime/dynamic'; | ||
import modules from './styles.module.scss'; | ||
import styled from './styles.module.scss'; | ||
import * as styles from './styled'; | ||
@@ -14,10 +14,10 @@ | ||
<i className={styles.logoClass} /> | ||
<ul className={modules.navClass}> | ||
<li className={modules.navItemClass}> | ||
<Link className={modules.linkClass} to="/"> | ||
<ul className={styled.navClass}> | ||
<li className={styled.navItemClass}> | ||
<Link className={styled.linkClass} to="/"> | ||
Home | ||
</Link> | ||
</li> | ||
<li className={modules.navItemClass}> | ||
<Link className={modules.linkClass} to="/tools"> | ||
<li className={styled.navItemClass}> | ||
<Link className={styled.linkClass} to="/tools"> | ||
Tools | ||
@@ -27,3 +27,3 @@ </Link> | ||
</ul> | ||
<div className={modules.contentClass}> | ||
<div className={styled.contentClass}> | ||
<Switch> | ||
@@ -30,0 +30,0 @@ <Route path="/" exact component={Home} /> |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
738224