Skip to content

Commit

Permalink
feat: update socials logos & links (#94)
Browse files Browse the repository at this point in the history
* feat: update socials logos & links

* feat: update to social media color icons

* style: fixed blanck spaces between icons

---------

Co-authored-by: Noelia <noeliadonato@gmail.com>
  • Loading branch information
EduWTR and nsdonato authored Mar 23, 2024
1 parent 4f4449b commit 3065cf8
Show file tree
Hide file tree
Showing 10 changed files with 73 additions and 28 deletions.
37 changes: 30 additions & 7 deletions docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Noe <span className="underline" data-umami-event="Click on vamoacodear - X">[vam
cover={{
width: 40,
height: 40,
src: '/socials/discord.svg',
src: '/socials/discord-icon.no-invert.svg',
}}
placeholder="Discord"
/>
Expand All @@ -45,9 +45,9 @@ Noe <span className="underline" data-umami-event="Click on vamoacodear - X">[vam
<WebLink href='https://twitter.com/vamoacodear' eventName="Click on vamoacodear - Twitter">
<Figure
cover={{
width: 30,
height: 30,
src: '/socials/twitter.svg',
width: 35,
height: 35,
src: '/socials/x-icon.svg',
}}
placeholder="Twitter"
/>
Expand All @@ -56,9 +56,9 @@ Noe <span className="underline" data-umami-event="Click on vamoacodear - X">[vam
<WebLink href='https://tiktok.com/@vamoacodear' eventName="Click on vamoacodear - TikTok">
<Figure
cover={{
width: 33,
width: 30,
height: 30,
src: '/socials/tiktok.svg',
src: '/socials/tiktok-icon.no-invert.svg',
}}
placeholder="TikTok"
/>
Expand All @@ -69,10 +69,33 @@ Noe <span className="underline" data-umami-event="Click on vamoacodear - X">[vam
cover={{
width: 30,
height: 30,
src: '/socials/instagram.svg',
src: '/socials/instagram-icon.no-invert.svg',
}}
placeholder="Instagram"
/>
</WebLink>

<WebLink href='https://www.twitch.tv/vamoacodear'>
<Figure
cover={{
width: 30,
height: 30,
src: '/socials/twitch-icon.no-invert.svg',
}}
placeholder="Twitch"
/>
</WebLink>

<WebLink href='https://www.youtube.com/@vamoacodear'>
<Figure
cover={{
width: 40,
height: 40,
src: '/socials/youtube.no-invert.svg',
}}
placeholder="YouTube"
/>
</WebLink>


</div>
8 changes: 8 additions & 0 deletions public/socials/discord-icon.no-invert.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion public/socials/discord.svg

This file was deleted.

21 changes: 21 additions & 0 deletions public/socials/instagram-icon.no-invert.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 0 additions & 12 deletions public/socials/instagram.svg

This file was deleted.

1 change: 1 addition & 0 deletions public/socials/tiktok-icon.no-invert.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 0 additions & 7 deletions public/socials/tiktok.svg

This file was deleted.

1 change: 1 addition & 0 deletions public/socials/twitch-icon.no-invert.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion public/socials/twitter.svg

This file was deleted.

12 changes: 12 additions & 0 deletions public/socials/x-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3065cf8

Please sign in to comment.