mirror of
https://github.com/Xahau/xahau-web.git
synced 2025-11-19 19:05:48 +00:00
Links
This commit is contained in:
@@ -15,6 +15,8 @@ import logo from '../assets/xahau-logo.svg'
|
||||
<a href="/features">Features</a>
|
||||
<a href="/ecosystem">Ecosystem</a>
|
||||
<a href="/roadmap">Roadmap</a>
|
||||
<a href="/connect">Events</a>
|
||||
<a href="/contest">Dev Contest</a>
|
||||
<a href="/docs/compliance/responsible-disclosure">Break Xahau</a>
|
||||
<a href="/fraud-report">Report Fraud</a>
|
||||
<a href="/docs/resources/media-kit">Media kit</a>
|
||||
|
||||
@@ -86,6 +86,12 @@ export default function Header(props) {
|
||||
>
|
||||
Ecosystem
|
||||
</a>
|
||||
<a
|
||||
href="/connect"
|
||||
className={`selected:no-underline no-underline text-base text-black ${props.url.pathname.slice(1).split('/')[0] === 'events' ? 'font-bold' : 'font-regular'}`}
|
||||
>
|
||||
Events
|
||||
</a>
|
||||
<a
|
||||
href="/roadmap"
|
||||
className={`selected:no-underline no-underline text-base text-black ${props.url.pathname.slice(1).split('/')[0] === 'roadmap' ? 'font-bold' : 'font-regular'}`}
|
||||
@@ -126,7 +132,7 @@ export default function Header(props) {
|
||||
</Popover>
|
||||
<Popover className="relative">
|
||||
<PopoverButton className="flex p-0 border-none items-center gap-x-1 text-base font-regular text-black bg-transparent hover:cursor-pointer ">
|
||||
Connect
|
||||
Socials
|
||||
<ChevronDownIcon
|
||||
aria-hidden="true"
|
||||
className="size-5 flex-none text-black"
|
||||
@@ -253,6 +259,12 @@ export default function Header(props) {
|
||||
>
|
||||
Ecosystem
|
||||
</a>
|
||||
<a
|
||||
href="/connect"
|
||||
className={`selected:no-underline no-underline -mx-3 block rounded-lg px-3 py-2 text-base/7 text-base/7 hover:bg-gray-50 text-black ${props.url.pathname.slice(1).split('/')[0] === 'events' ? 'font-bold' : 'font-regular'}`}
|
||||
>
|
||||
Events
|
||||
</a>
|
||||
<a
|
||||
href="/roadmap"
|
||||
className={`selected:no-underline no-underline -mx-3 block rounded-lg px-3 py-2 text-base/7 text-base/7 hover:bg-gray-50 text-black ${props.url.pathname.slice(1).split('/')[0] === 'roadmap' ? 'font-bold' : 'font-regular'}`}
|
||||
@@ -284,7 +296,7 @@ export default function Header(props) {
|
||||
</Disclosure>
|
||||
<Disclosure as="div" className="-mx-3">
|
||||
<DisclosureButton className="border-none bg-transparent group flex w-full items-center justify-between rounded-lg py-2 pr-3.5 pl-3 text-base/7 font-regular text-black hover:bg-gray-50">
|
||||
Connect
|
||||
Socials
|
||||
<ChevronDownIcon
|
||||
aria-hidden="true"
|
||||
className="size-5 flex-none group-data-open:rotate-180"
|
||||
|
||||
Reference in New Issue
Block a user