Skip to content

Commit 70ecd2b

Browse files
committed
.
1 parent fc30f2d commit 70ecd2b

2 files changed

Lines changed: 283 additions & 28 deletions

File tree

pilot.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ import { Button } from '/snippets/button.mdx';
6565
<div className="flex items-center justify-center">
6666
<div className="not-prose group">
6767
<a href="https://tally.so/r/3xGW1J" >
68-
<button className="flex items-center space-x-2.5 py-4 px-8 bg-primary-dark dark:bg-white text-lg text-white dark:text-gray-950 rounded-xl group-hover:opacity-[0.9] font-medium">
68+
<button className="pilot-hero-button flex items-center space-x-2.5 py-4 px-8 bg-primary-dark dark:bg-white text-lg text-white dark:text-gray-950 rounded-xl group-hover:opacity-[0.9] font-medium">
6969
<span>Request Access</span>
7070
<svg width="3" height="24" viewBox="0 -9 3 24" class="h-6 rotate-0 overflow-visible"><path d="M0 0L3 3L0 6" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>
7171
</button>
@@ -548,15 +548,15 @@ import { Button } from '/snippets/button.mdx';
548548
<div style={{ position: 'relative', zIndex: 1 }} className="footer-buttons flex flex-row gap-6 items-center">
549549
<div className="not-prose group">
550550
<a href="https://tally.so/r/3xGW1J" >
551-
<button className="flex items-center space-x-2.5 py-4 px-8 bg-primary-dark dark:bg-white text-lg text-white dark:text-gray-950 rounded-xl group-hover:opacity-[0.9] font-medium">
551+
<button className="pilot-hero-button flex items-center space-x-2.5 py-4 px-8 bg-primary-dark dark:bg-white text-lg text-white dark:text-gray-950 rounded-xl group-hover:opacity-[0.9] font-medium">
552552
<span>Request Access</span>
553553
<svg width="3" height="24" viewBox="0 -9 3 24" class="h-6 rotate-0 overflow-visible"><path d="M0 0L3 3L0 6" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>
554554
</button>
555555
</a>
556556
</div>
557557
<div className="not-prose group">
558558
<a href="https://console.x.com" >
559-
<button className="flex items-center space-x-2.5 py-4 px-8 bg-zinc-900/90 text-lg text-white rounded-xl group-hover:opacity-[0.9] font-medium">
559+
<button className="pilot-footer-button flex items-center space-x-2.5 py-4 px-8 bg-zinc-900/90 text-lg text-white rounded-xl group-hover:opacity-[0.9] font-medium">
560560
<span>Developer Console</span>
561561
<svg width="3" height="24" viewBox="0 -9 3 24" class="h-6 rotate-0 overflow-visible"><path d="M0 0L3 3L0 6" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>
562562
</button>

0 commit comments

Comments
 (0)