feat: Add logo with text to navigation menu

This commit is contained in:
mauro 🤙
2024-07-04 07:58:14 +00:00
parent cb35ed18c9
commit 5396e42be8
12 changed files with 1250 additions and 47 deletions

View File

@@ -63,7 +63,9 @@ export default function Header() {
text="Documentation"
/>
</a>
<ShinyButton text="Download now" />
<a href="/download">
<ShinyButton text="Download now" />
</a>
</div>
<ChevronDown className="absolute bottom-5 left-1/2 size-7 mb-10 animate-bounce" style={{
transform: 'translateX(-50%)',