Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
Added blog link
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusRow committed Nov 2, 2021
1 parent 4fe9f4a commit f7feb7a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion components/TopNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
<div class="logo"><img src="@/assets/logo.png" alt="" /></div>
</NuxtLink>

<div style="margin-left: auto">
<a href="https://blog.netwrk.gg" class="link" target="_blank">Blog</a>

<div>
<a href="#" class="gltichingbtn" data-text="Apply now">Apply now</a>
</div>
</div>
Expand Down Expand Up @@ -60,4 +62,11 @@ export default {
}
}
}
.link {
color: #fff;
margin-left: auto;
margin-right: 2.5rem;
font-weight: 600;
}
</style>

0 comments on commit f7feb7a

Please sign in to comment.