Skip to content

Commit

Permalink
smaller tag circles
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonEricsson committed Mar 17, 2024
1 parent 0ba0632 commit e202498
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
12 changes: 12 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"@heroicons/react": "^2.0.18",
"@next/font": "^13.5.3",
"axios": "^1.5.1",
"ci": "^2.3.0",
"date-fn": "^0.0.2",
"date-fns": "^3.5.0",
"gray-matter": "^4.0.3",
Expand Down
4 changes: 2 additions & 2 deletions pages/blog/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ export default function Blog({ allPostsData }) {
{/* Red circle tag */}
<span
style={{
height: '8px',
width: '8px',
height: '5px',
width: '5px',
backgroundColor: type === 'paper' ? '#fccccc' : type === 'blog' ? '#475770' : 'black',
borderRadius: '50%',
display: 'inline-block',
Expand Down

0 comments on commit e202498

Please sign in to comment.