Skip to content

Commit

Permalink
Update blog title styling
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasOsman committed May 26, 2024
1 parent fc56f42 commit ca0c19f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/BlogCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const BlogCard = ({ issue }) => {
{issue.labels.map((label) => (
<span
key={label.id}
className="text-sm text-blue-500 uppercase mr-2 mb-2"
className="text-sm text-blue-500 mr-2 mb-2"
>
#{label.name}
</span>
Expand Down
2 changes: 1 addition & 1 deletion src/components/BlogDetail.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const BlogDetail = () => {
key={label.id}
className="text-sm text-blue-500 uppercase mr-2 mb-2"
>
{label.name}
#{label.name}
</p>
))}
</div>
Expand Down

0 comments on commit ca0c19f

Please sign in to comment.