Skip to content

Commit

Permalink
fix(website): Fix hero link.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gervwyk committed Jul 19, 2023
1 parent b0ab5b0 commit af98679
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/website/pages/home/components/connection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ events:
params:
url:
_var: link
newTab: true
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ blocks:
info: In production, Lowdefy runs as a Next.js app so you can deploy Lowdefy anywhere that supports Next.js deployment. Deploy with Vercel, Docker and more.
link:
title: See the deployment instructions
href: https://docs.lowdefy.com/docker
href: https://docs.lowdefy.com/vercel
- _ref:
path: pages/home/components/info_box.yaml.njk
vars:
Expand Down
7 changes: 7 additions & 0 deletions packages/website/pages/home/sections/hero.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ blocks:
size: large
style:
background: '#1990FF'
events:
onClick:
- id: link_hero_get_started
type: Link
params:
url: https://docs.lowdefy.com/tutorial-start
newTab: true

- id: code_box
type: Box
Expand Down

0 comments on commit af98679

Please sign in to comment.