Skip to content

Change Example & start button to a tag #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions routes/index.tsx
Original file line number Diff line number Diff line change
@@ -90,16 +90,20 @@ export default function Home() {
<section
class={tw`flex justify-center gap-4 p-4 tracking-tight text-right`}
>
<button
class={tw`px-6 py-3 rounded-full bg-gradient-to-br from-amber-200 to-red-500 text(l sm:xl black) font-bold`}
<a
href="https://wrp-demo.vercel.app/iframe-example"
target="_blank"
rel="noreferrer"
class={tw`d-inline-block px-6 py-3 rounded-full bg-gradient-to-br from-amber-200 to-red-500 text(l sm:xl black) font-bold`}
>
Watch example →
</button>
<button
</a>
<a
href="/docs"
class={tw`px-6 py-3 rounded-full bg-gradient-to-br from-amber-200 to-red-500 text(l sm:xl black) font-bold`}
>
Get started →
</button>
</a>
</section>
<section class={tw`flex flex-col p-4 tracking-tight gap-4`}>
<h1 class={tw`text(2xl sm:3xl) font-extrabold`}>Libraries</h1>