Skip to content

Commit

Permalink
lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dekanbro committed Mar 29, 2024
1 parent f4e43ad commit 952af06
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
20 changes: 10 additions & 10 deletions src/pages/Blog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,16 @@ const BlogEntityTitle = styled.h2`
`;

const TagsList = styled.div`
display: flex;
flex-wrap: wrap;
margin-top: 1rem;
margin-bottom: 1rem;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
justify-content: space-between;
padding: 2rem;
`;
// const TagsList = styled.div`
// display: flex;
// flex-wrap: wrap;
// margin-top: 1rem;
// margin-bottom: 1rem;
// border-top: 1px solid #ccc;
// border-bottom: 1px solid #ccc;
// justify-content: space-between;
// padding: 2rem;
// `;

const StyledLink = styled(Link)`
color: hsl(226, 70.0%, 55.5%);
Expand Down
1 change: 0 additions & 1 deletion src/pages/Home.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { useState } from 'react'

import '../App.css'

Expand Down

0 comments on commit 952af06

Please sign in to comment.