fix sign up nav

This commit is contained in:
SowinskiBraeden committed 2022-04-16 18:56:27 -07:00
1 parent 4af5e4594b
commit 41b991789e
7 files changed
+185 -75

No files matched your search

+2 -2
View File
@@ -17,7 +17,7 @@
<script src="https://kit.fontawesome.com/ccff26c93b.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- header -->
<header class="header" id="intro">
<nav class="navbar">
@@ -65,7 +65,7 @@
<div class="hero-btns animate__animated animate__fadeInUp animate__slow">
<a href="https://discord.gg/9ZdkyRmxCH"><button type="button" class="btn-trans">Join our Discord</button></a>
<a href="#team"><button type="button" class="btn-white">Meet our people</button></a>
<a href="/register"><button type="button" class="btn-white">Get Started</button></a>
</div>
</div>
</header>