Skip to content

Commit

Permalink
chore: replace twitter.com link with x.com
Browse files Browse the repository at this point in the history
  • Loading branch information
xicri committed Nov 22, 2024
1 parent 407b06f commit 4be511a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion components/hamburger-menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

<div class="menu__bottomline">
<a href="https://github.com/xicri?tab=repositories" target="_blank" rel="noopener">GitHub</a>
<a href="https://twitter.com/xicri_gi" target="_blank" rel="noopener">X (Twitter)</a>
<a href="https://x.com/xicri_gi" target="_blank" rel="noopener">X (Twitter)</a>
</div>
</div>
</nav>
Expand Down
8 changes: 4 additions & 4 deletions pages/about.vue
Original file line number Diff line number Diff line change
Expand Up @@ -142,20 +142,20 @@ const aboutIntroText = computed(() => {
});
const operatorText = computed(() => {
const twitterLink = createLink("https://twitter.com/xicri_gi", "Twitter");
const twitterLink = createLink("https://x.com/xicri_gi", "X (Twitter)");
const githubLink = createLink("https://github.com/xicri", "GitHub");
return t("operator", { twitterLink, githubLink });
});
const contributorText = computed(() => {
const bilibiliLink = createLink("https://space.bilibili.com/158463764", "BiliBili");
const twitterLink = createLink("https://twitter.com/Haku_Bill", "Twitter");
const twitterLink = createLink("https://x.com/Haku_Bill", "X (Twitter)");
const githubLink = createLink("https://github.com/Bill-Haku", "GitHub");
return t("contributor", { bilibiliLink, twitterLink, githubLink });
});
const contactText = computed(() => {
const twitterLink = createLink("https://twitter.com/xicri_gi", "Twitter");
const twitterLink = createLink("https://x.com/xicri_gi", "X (Twitter)");
const issuesLink = createLink("https://github.com/xicri/genshin-dictionary/issues", "Issues");
const discussionsLink = createLink("https://github.com/xicri/genshin-dictionary/discussions", "Discussions");
Expand All @@ -166,7 +166,7 @@ const contactText = computed(() => {
const credits1Text = computed(() => {
const genshinDictionaryLink = createLink("http://anemoarchon.s205.xrea.com/#/gdic", t("genshinDictionary"));
const genshinKanjiLabLink = createLink("https://twitter.com/genshin_kanji", t("genshinKanjiLab"));
const genshinKanjiLabLink = createLink("https://x.com/genshin_kanji", t("genshinKanjiLab"));
return t("credits1", { genshinDictionaryLink, genshinKanjiLabLink });
});
Expand Down
2 changes: 1 addition & 1 deletion pages/opendata.vue
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ const downloadLink = computed(() => {
});
const contactText = computed(() => {
const twitterLink = '<a href="https://twitter.com/xicri_gi" target="_blank" rel="noopener">Twitter</a>';
const twitterLink = '<a href="https://x.com/xicri_gi" target="_blank" rel="noopener">X (Twitter)</a>';
return t("contactText", { twitterLink });
});
</script>
Expand Down

0 comments on commit 4be511a

Please sign in to comment.