Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

update blog link #51

Merged
merged 1 commit into from
Sep 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/components/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function toggleState(item) {
: 'text-gray-300 hover:bg-gray-700 hover:text-white',
'rounded-md px-3 py-2 text-sm font-semibold',
]" :aria-current="item.current ? 'page' : undefined">{{ item.name }}</RouterLink>
<a href="https://codereviewblog.web.app" target="_blank" aria-label="blog" @click="toggleState(null)"
<a href="https://davesaah.hashnode.dev" target="_blank" aria-label="blog" @click="toggleState(null)"
class="text-gray-300 hover:bg-gray-700 hover:text-white rounded-md px-3 py-2 text-sm font-semibold"
aria-current="undefined">Blog</a>
</div>
Expand All @@ -71,7 +71,7 @@ function toggleState(item) {
<a @click="
toggleState(null);
close(ref);
" target="_blank" href="https://codereviewblog.web.app" aria-label="blog"
" target="_blank" href="https://davesaah.hashnode.dev" aria-label="blog"
class="text-gray-300 hover:bg-gray-700 hover:text-white block rounded-md px-3 py-2 text-base font-medium"
aria-current="undefined">Blog</a>
</div>
Expand Down
Loading