Skip to content

Commit

Permalink
Remove all references to uppercase icon
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverjam committed Jan 28, 2018
1 parent b4431be commit a81173e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { space } from 'styled-system';
import Link from 'gatsby-link';
import Nav from './Nav';
import SocialNav from './SocialNav';
import Icon from './Icon';
import Icon from './icon';
import t from '../styles/theme';
import { tada } from '../styles/animation';

Expand Down
2 changes: 1 addition & 1 deletion src/components/Nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import styled, { css } from 'styled-components';
import { space } from 'styled-system';
import Link from 'gatsby-link';
import Icon from './Icon';
import Icon from './icon';
import t from '../styles/theme';

const Nav = styled.nav`
Expand Down
2 changes: 1 addition & 1 deletion src/components/SocialNav.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import styled, { css } from 'styled-components';
import { space } from 'styled-system';
import Icon from './Icon';
import Icon from './icon';
import t from '../styles/theme';

const Social = styled.nav`${space};`;
Expand Down

0 comments on commit a81173e

Please sign in to comment.