Skip to content

Commit

Permalink
RENAME buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed May 18, 2024
1 parent 0bc85d4 commit b2f08c9
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions docs-src/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -343,20 +343,22 @@ export default function Home() {
</div>
<div className='content'>
<a
className="button" href="/quickstart.html"
target="_blank" onClick={() => trigger('start_now', 0.4)}
className="button"
href="/quickstart.html"
onClick={() => trigger('start_now', 0.4)}
>
Quickstart »
Try RxDB for free
</a>
<a
className="button" href="/premium#price-calculator-block"
className="button"
href="/premium#price-calculator-block"
onClick={() => trigger('request_premium_main_page', 3)}
target="_blank"
>
Buy Now
</a>
<a
className="button light" href="/code"
className="button light"
href="/code"
target="_blank"
>
<svg
Expand Down

0 comments on commit b2f08c9

Please sign in to comment.