Skip to content

Commit

Permalink
fix: double colon to single colon
Browse files Browse the repository at this point in the history
  • Loading branch information
benji011 committed Oct 14, 2020
1 parent 752fc32 commit 97097a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/landing/Projects/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { ThemeContext } from 'providers/ThemeProvider';
import { Container, Card, TitleWrap } from 'components/common';
import Star from 'components/common/Icons/Star';
import Fork from 'components/common/Icons/Fork';
import { Wrapper, Grid, Item, Content, Stats, Languages } from "./styles";
import { Wrapper, Grid, Item, Content, Stats, Languages } from './styles';

export const Projects = () => {
const { theme } = useContext(ThemeContext);
Expand Down

0 comments on commit 97097a8

Please sign in to comment.