Skip to content

Commit c51fe6a

Browse files
authored
fix github link....
1 parent 202e8f8 commit c51fe6a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pages/contact.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import Footer from "~/components/footer.vue";
3939
<div class="gmail border border-neutral-700">
4040
<h1 class="text-light text-center bg-neutral-900"> Check out my Github </h1>
4141
<div class="bg-neutral-800">
42-
<a href="github.com/CodeByRiley/">
42+
<a href="https://github.com/CodeByRiley/">
4343
<img src="/icons/icons8-github.svg" class="m-auto h-[64px] w-[64px]"/>
4444
<span class=""> CodeByRiley@Github </span>
4545
</a>
@@ -101,4 +101,4 @@ import Footer from "~/components/footer.vue";
101101
opacity: 100%;
102102
transition: opacity 220ms ease-in-out;
103103
}
104-
</style>
104+
</style>

0 commit comments

Comments
 (0)