Skip to content

Commit

Permalink
fix: remove dup cpu icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jaesius committed Apr 23, 2021
1 parent 7584600 commit 999fc89
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
14 changes: 0 additions & 14 deletions src/components/FeatherIcon.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,20 +192,6 @@ const ICONS = {
<path d="M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5" />
</>
),
cpu: (
<>
<rect x="4" y="4" width="16" height="16" rx="2" ry="2" />
<rect x="9" y="9" width="6" height="6" />
<line x1="9" y1="1" x2="9" y2="4" />
<line x1="15" y1="1" x2="15" y2="4" />
<line x1="9" y1="20" x2="9" y2="23" />
<line x1="15" y1="20" x2="15" y2="23" />
<line x1="20" y1="9" x2="23" y2="9" />
<line x1="20" y1="14" x2="23" y2="14" />
<line x1="1" y1="9" x2="4" y2="9" />
<line x1="1" y1="14" x2="4" y2="14" />
</>
),
};

FeatherIcon.propTypes = {
Expand Down
3 changes: 1 addition & 2 deletions src/pages/students.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ import PageLayout from '../components/PageLayout';
import ExternalLink from '../components/ExternalLink';
import FeatherIcon from '../components/FeatherIcon';
import studentsHeader from '../images/students/students-banner.png';
import uptimeEverythingHeader from '../images/developer-champion/uptime-everything-header-image.jpg';
import styles from './students.module.scss';

const StudentsPage = ({ location }) => {
return (
<>
{/* <DevSiteSeo location={location} /> */}
<DevSiteSeo location={location} />
<PageLayout type={PageLayout.TYPE.SINGLE_COLUMN}>
<PageLayout.Header title="New Relic Student Edition" />
<PageLayout.Content>
Expand Down

0 comments on commit 999fc89

Please sign in to comment.