Skip to content

Commit

Permalink
added white paper link
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave-lab12 committed Oct 10, 2023
1 parent 9c9e03f commit efc16bb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/components/Navbar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ import GlowingBtn from "./GlowingBtn.astro";
<a href="/#mindplexTokens">Mindplex Tokens</a>
<a href="/blog">Blog</a>
<a href="/#team">team</a>
<a href="https://docs.mindplex.ai" target="_blank" class="external-link"
>White paper</a
>
</div>
<div class="navbar_right">
<a
Expand All @@ -38,6 +41,15 @@ import GlowingBtn from "./GlowingBtn.astro";
gap: 24px;
margin: 14px 24px;
}
.external-link:where(.astro-5BLMO7YK)::after {
content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJoLTYgdy02IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0cm9rZT0iIzAwZmNmYyIgc3Ryb2tlLXdpZHRoPSIyIj4KICA8cGF0aCBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik0xMCA2SDZhMiAyIDAgMDAtMiAydjEwYTIgMiAwIDAwMiAyaDEwYTIgMiAwIDAwMi0ydi00TTE0IDRoNm0wIDB2Nm0wLTZMMTAgMTQiIC8+Cjwvc3ZnPg==);
display: inline-block;
width: 20px;
margin-left: 5px;
cursor: pointer;
position: absolute;
margin-top: -7px;
}
.mindplex__logo img {
width: 180px;
}
Expand Down

0 comments on commit efc16bb

Please sign in to comment.