Skip to content

Commit

Permalink
chore: renaming Twitter to X
Browse files Browse the repository at this point in the history
  • Loading branch information
moebiusmania committed Dec 7, 2023
1 parent f0f0d57 commit d271e72
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 20 deletions.
2 changes: 1 addition & 1 deletion components/Footer.server.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const today: Date = new Date();
<a class="hover:text-primary" href="https://twitter.com/moebiusmania" target="_blank" rel="noopener noreferrer">
<svg role="img" fill="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
class="w-5 h-5" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<title>Twitter icon</title>
<title>X (Twitter) icon</title>
<path
d="M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z">
</path>
Expand Down
18 changes: 4 additions & 14 deletions components/Sharing.server.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,10 @@ const { url } = defineProps<Props>();

<template>
<div class="py-6 text-sm flex justify-center">
<a
target="_blank"
rel="nofollow noopener noreferrer"
:href="twitter(url || '')"
class="hover:text-primary underline decoration-dotted"
>Parlane su Twitter</a
>
<a target="_blank" rel="nofollow noopener noreferrer" :href="twitter(url || '')"
class="hover:text-primary underline decoration-dotted">Parlane su X (<i>Twitter</i>)</a>
<span class="inline-block px-2">•</span>
<a
target="_blank"
rel="nofollow noopener noreferrer"
:href="source(url || '')"
class="hover:text-primary underline decoration-dotted"
>Codice sorgente su GitHub</a
>
<a target="_blank" rel="nofollow noopener noreferrer" :href="source(url || '')"
class="hover:text-primary underline decoration-dotted">Codice sorgente su GitHub</a>
</div>
</template>
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
},
"dependencies": {
"@tailwindcss/typography": "0.5.10",
"daisyui": "4.4.17"
"daisyui": "4.4.19"
}
}

0 comments on commit d271e72

Please sign in to comment.