Skip to content

Commit

Permalink
feat: update twitter user
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielcaiana committed Feb 18, 2023
1 parent cb7e062 commit 5246caa
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions components/header/__snapshots__/index.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ VueWrapper {
/>
</a>
<a
href="https://twitter.com/gabrielgueedes"
href="https://twitter.com/gabriel_caiana"
target="_blank"
>
<icon
Expand Down Expand Up @@ -549,7 +549,7 @@ VueWrapper {
"dynamicChildren": null,
"dynamicProps": null,
"el": <a
href="https://twitter.com/gabrielgueedes"
href="https://twitter.com/gabriel_caiana"
target="_blank"
>
<icon
Expand All @@ -560,7 +560,7 @@ VueWrapper {
"key": null,
"patchFlag": 0,
"props": {
"href": "https://twitter.com/gabrielgueedes",
"href": "https://twitter.com/gabriel_caiana",
"target": "_blank",
},
"ref": null,
Expand Down Expand Up @@ -669,7 +669,7 @@ VueWrapper {
/>
</a>
<a
href="https://twitter.com/gabrielgueedes"
href="https://twitter.com/gabriel_caiana"
target="_blank"
>
<icon
Expand Down Expand Up @@ -733,7 +733,7 @@ VueWrapper {
/>
</a>
<a
href="https://twitter.com/gabrielgueedes"
href="https://twitter.com/gabriel_caiana"
target="_blank"
>
<icon
Expand Down Expand Up @@ -810,7 +810,7 @@ VueWrapper {
/>
</a>
<a
href="https://twitter.com/gabrielgueedes"
href="https://twitter.com/gabriel_caiana"
target="_blank"
>
<icon
Expand Down Expand Up @@ -930,7 +930,7 @@ VueWrapper {
/>
</a>
<a
href="https://twitter.com/gabrielgueedes"
href="https://twitter.com/gabriel_caiana"
target="_blank"
>
<icon
Expand Down Expand Up @@ -1193,7 +1193,7 @@ VueWrapper {
/>
</a>
<a
href="https://twitter.com/gabrielgueedes"
href="https://twitter.com/gabriel_caiana"
target="_blank"
>
<icon
Expand Down
2 changes: 1 addition & 1 deletion components/header/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
><Icon name="ph:github-logo-fill" size="24"
/></a>

<a href="https://twitter.com/gabrielgueedes" target="_blank"
<a href="https://twitter.com/gabriel_caiana" target="_blank"
><Icon name="ph:twitter-logo-fill" size="24" />
</a>

Expand Down
2 changes: 1 addition & 1 deletion pages/about.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ useHead({
<a href="https://github.com/gabrielcaiana" target="_blank">Github</a>
</li>
<li>
<a href="https://twitter.com/gabrielgueedes" target="_blank"
<a href="https://twitter.com/gabriel_caiana" target="_blank"
>Twitter</a
>
</li>
Expand Down
2 changes: 1 addition & 1 deletion utils/global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ export default {
img: '/public/cover.png',
img_size: { width: '350', height: '350' },
locale: 'pt-BR',
twitter: '@gabrielgueedes',
twitter: '@gabriel_caiana',
twitter_card: 'summary_large_image',
}

0 comments on commit 5246caa

Please sign in to comment.