Skip to content

Commit

Permalink
Tweak footer
Browse files Browse the repository at this point in the history
  • Loading branch information
fogodev committed Dec 13, 2024
1 parent fb98589 commit 40f0143
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions apps/landing/src/components/global-footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,18 +78,27 @@ export function GlobalFooter() {
Explorer
</a>
</li>
<li>
<a className="transition-colors hover:text-white" href="#">
Hybrid Cloud
<li className="w-fit cursor-not-allowed">
<a
className="pointer-events-none cursor-not-allowed text-gray-450"
href="#"
>
Cloud
</a>
</li>
<li>
<a className="transition-colors hover:text-white" href="#">
<li className="w-fit cursor-not-allowed">
<a
className="pointer-events-none cursor-not-allowed text-gray-450"
href="#"
>
Teams
</a>
</li>
<li>
<a className="transition-colors hover:text-white" href="#">
<li className="w-fit cursor-not-allowed">
<a
className="pointer-events-none cursor-not-allowed text-gray-450"
href="#"
>
Organizer
</a>
</li>
Expand Down

0 comments on commit 40f0143

Please sign in to comment.