Skip to content
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
8 changes: 4 additions & 4 deletions src/main/clojure/convex_web/site/welcome.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -312,9 +312,9 @@
[:div.flex.justify-center.mt-12
[:a
{:class "h-[55.75px] w-[220px] inline-flex items-center justify-center bg-white hover:bg-gray-100 focus:bg-gray-300 border-2 border-convex-dark-blue rounded"
:href "https://raw.githubusercontent.com/Convex-Dev/design/main/papers/convex-whitepaper.pdf"}
:href "https://docs.convex.world/"}
[:span.text-base.text-convex-dark-blue
"Get the Whitepaper"]]]]]
"Convex Docs"]]]]]


;; -- Limitless Potential
Expand Down Expand Up @@ -398,9 +398,9 @@
[:div.flex.justify-center.mt-12
[:a
{:class [button-size "inline-flex items-center justify-center bg-white hover:bg-gray-100 focus:bg-gray-300 border-2 border-convex-dark-blue rounded"]
:href "/sandbox"}
:href "https://docs.convex.world/docs/products/convex-desktop"}
[:span.text-base.text-convex-dark-blue
"Try the Sandbox"]]]]]]
"Download Convex Desktop"]]]]]]


[:div.w-screen
Expand Down