Skip to content

Commit

Permalink
Merge pull request #18 from PotLock/shot-frontend
Browse files Browse the repository at this point in the history
added app as cta on navbar
  • Loading branch information
codingshot authored Jan 17, 2025
2 parents 892e821 + 71838f8 commit 30dc54c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions landing-page/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -242,12 +242,15 @@ export default function Home() {
))} */}
</div>

<div
<Link
href="https://app.curate.fun/"
target="_blank"
rel="noopener noreferrer"
id="cta-button"
className="text-xl bg-gray-400 text-white px-4 py-2 rounded cursor-not-allowed font-lodrina"
className="text-xl bg-black text-white px-4 py-2 rounded hover:bg-gray-800 font-lodrina"
>
DASHBOARD
</div>
</Link>
</nav>
</header>

Expand Down

0 comments on commit 30dc54c

Please sign in to comment.