We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 202e8f8 commit c51fe6aCopy full SHA for c51fe6a
1 file changed
pages/contact.vue
@@ -39,7 +39,7 @@ import Footer from "~/components/footer.vue";
39
<div class="gmail border border-neutral-700">
40
<h1 class="text-light text-center bg-neutral-900"> Check out my Github </h1>
41
<div class="bg-neutral-800">
42
- <a href="github.com/CodeByRiley/">
+ <a href="https://github.com/CodeByRiley/">
43
<img src="/icons/icons8-github.svg" class="m-auto h-[64px] w-[64px]"/>
44
<span class=""> CodeByRiley@Github </span>
45
</a>
@@ -101,4 +101,4 @@ import Footer from "~/components/footer.vue";
101
opacity: 100%;
102
transition: opacity 220ms ease-in-out;
103
}
104
-</style>
+</style>
0 commit comments