Skip to content

Commit

Permalink
Edit email address
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Dorofeev committed Jan 1, 2024
1 parent d7b99a3 commit d34774d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/d0rich.me/components/homepage/B1Intro.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const socialLinks = ref([
{
icon: 'ic:sharp-mail',
alt: 'Email link',
link: 'mailto:dorich2000@gmail.com'
link: 'mailto:d0rich.connect@gmail.com'
},
{
icon: 'fa6-brands:linkedin',
Expand Down
4 changes: 2 additions & 2 deletions apps/d0rich.me/components/layouts/DFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ import Dialog from '@d0rich/nuxt-design-system/components/content/ProseBlockquot
<ul>
<li>
<DBtn
href="mailto:dorich2000@gmail.com"
href="mailto:d0rich.connect@gmail.com"
target="_blank"
text-transform="none"
no-rotate
no-passive-highlight
>
<div class="flex items-center gap-2">
<Icon name="ic:sharp-mail" class="text-xl" />
dorich2000@gmail.com
d0rich.connect@gmail.com
</div>
</DBtn>
</li>
Expand Down
2 changes: 1 addition & 1 deletion apps/d0rich.me/content/resume/contacts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:d-chip{.bg-blue-700}[[:icon{name="mdi:web"} d0rich.me](https://d0rich.me)]

:d-chip{.bg-blue-700}[[:icon{name="ic:sharp-mail"} dorich2000@gmail.com](mailto:dorich2000@gmail.com)]
:d-chip{.bg-blue-700}[[:icon{name="ic:sharp-mail"} d0rich.connect@gmail.com](mailto:d0rich.connect@gmail.com)]

:d-chip{.bg-blue-700}[[:icon{name="fa6-brands:github"} d0rich](https://github.com/d0rich)]

Expand Down

0 comments on commit d34774d

Please sign in to comment.