Skip to content

Commit

Permalink
feat(find-me): remove useless title
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustinMauroy committed Sep 2, 2023
1 parent 8ad07cd commit 101b4fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/components/home/findme/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
display: flex;
flex-direction: row;
justify-content: center;
gap: 1rem;
gap: 3rem;
flex-wrap: wrap;

.link {
Expand All @@ -21,8 +21,8 @@
gap: 0.5rem;

svg {
width: 3rem;
height: 3rem;
width: 4rem;
height: 4rem;
transition: transform 0.2s ease-in-out;

&:hover {
Expand Down
1 change: 0 additions & 1 deletion src/components/home/findme/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ const FindMe: FC = () => (
target='_blank'
>
{icon}
{title}
</Link>
))}
</div>
Expand Down

0 comments on commit 101b4fd

Please sign in to comment.