Skip to content

Commit

Permalink
fix: icons and rss feed
Browse files Browse the repository at this point in the history
  • Loading branch information
thedaviddias committed Aug 8, 2023
1 parent 705a570 commit 17882bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions components/Icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ export function LinkedInIcon(props) {
<svg
aria-hidden="true"
viewBox="0 0 20 20"
stroke-width="1.5"
strokeWidth="1.5"
stroke="#2c3e50"
fill="none"
stroke-linecap="round"
stroke-linejoin="round"
strokeLinecap="round"
strokeLinejoin="round"
{...props}
>
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
Expand Down
1 change: 0 additions & 1 deletion public/rss.xml

This file was deleted.

0 comments on commit 17882bb

Please sign in to comment.