Skip to content

Commit

Permalink
✨ feat: change Twitter link
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosjorger committed Sep 21, 2024
1 parent e75d1b6 commit b347daf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
3 changes: 1 addition & 2 deletions src/components/Footer/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import IconMail from '@icons/IconMail.astro';
import IconGithub from '@icons/IconGithub.astro';
import IconLinkedin from '@icons/IconLinkedin.astro';
import IconTwitter from '@icons/IconTwitter.astro';
import SectionContainer from '@components/shared/SectionContainer.astro';
export interface Props {
CONTACT_TITLE: string;
Expand Down Expand Up @@ -53,7 +52,7 @@ const icons = [
iconComponent: IconLinkedin,
},
{
href: 'https://twitter.com/carlosjorgerc',
href: 'https://twitter.com/carcu_ps',
title: CONTACT_TWITTER_ARIA_LABEL,
iconComponent: IconTwitter,
},
Expand Down
16 changes: 10 additions & 6 deletions src/components/icons/IconTwitter.astro
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
<svg
viewBox="0 0 256 209"
xmlns="http://www.w3.org/2000/svg"
preserveAspectRatio="xMidYMid"
><path
fill="currentColor"
d="M256 25.45c-9.42 4.177-19.542 7-30.166 8.27 10.845-6.5 19.172-16.793 23.093-29.057a105.183 105.183 0 0 1-33.351 12.745C205.995 7.201 192.346.822 177.239.822c-29.006 0-52.523 23.516-52.523 52.52 0 4.117.465 8.125 1.36 11.97-43.65-2.191-82.35-23.1-108.255-54.876-4.52 7.757-7.11 16.78-7.11 26.404 0 18.222 9.273 34.297 23.365 43.716a52.312 52.312 0 0 1-23.79-6.57c-.003.22-.003.44-.003.661 0 25.447 18.104 46.675 42.13 51.5a52.592 52.592 0 0 1-23.718.9c6.683 20.866 26.08 36.05 49.062 36.475-17.975 14.086-40.622 22.483-65.228 22.483-4.24 0-8.42-.249-12.529-.734 23.243 14.902 50.85 23.597 80.51 23.597 96.607 0 149.434-80.031 149.434-149.435 0-2.278-.05-4.543-.152-6.795A106.748 106.748 0 0 0 256 25.45"
></path></svg
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="icon icon-tabler icons-tabler-outline icon-tabler-brand-x"
><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path
d="M4 4l11.733 16h4.267l-11.733 -16z"></path><path
d="M4 20l6.768 -6.768m2.46 -2.46l6.772 -6.772"></path></svg
>

0 comments on commit b347daf

Please sign in to comment.