Skip to content

Commit

Permalink
add telegram into my social links
Browse files Browse the repository at this point in the history
  • Loading branch information
Hetari committed Sep 7, 2024
1 parent 08c17dd commit 19c8a0b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/common/Nav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
label="[email protected]"
url="mailto:[email protected]"
/>
<div class="mt-6 flex flex-nowrap justify-start gap-x-1 sm:gap-x-4">
<div class="mt-6 flex flex-nowrap justify-start gap-x-1">
<Button
class="contact border border-flax-smoke-600 opacity-0"
v-for="social in socialLinks"
Expand Down
6 changes: 5 additions & 1 deletion src/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,13 @@ const navbarLinks = [

const socialLinks = [
{
label: 'Twitter',
label: 'X',
url: 'https://x.com/4Hetari',
},
{
label: 'Telegram',
url: 'https://t.me/e_1_e',
},
{
label: 'GitHub',
url: 'https://github.com/hetari',
Expand Down

0 comments on commit 19c8a0b

Please sign in to comment.