Skip to content

Commit

Permalink
Slight tweak to the four steps (#204)
Browse files Browse the repository at this point in the history
As I mentioned in slack - see if you like this
  • Loading branch information
apoliakov authored Sep 8, 2024
1 parent 7c8bf49 commit 785110f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ import { TbHexagonNumber1, TbHexagonNumber2, TbHexagonNumber3, TbHexagonNumber4
icon={<TbHexagonNumber2 color="var(--ifm-color-primary-lightest)" size={30}/>}
/>
<IndexCardLink
label="Explore Example Apps"
href="/examples"
description="See what you can build with DBOS"
label="Learn How to Build Crashproof Apps"
href=""
description={<HtmlToReactNode htmlString={"<a class='logo-button' href='/python/programming-guide'><img src='img/python-logo-only.svg' alt='python' width=30 title='Learn DBOS Python'/></a><a class='logo-button' href='/typescript/programming-guide'><img src='img/typescript-logo.svg' width=30 alt='typescript' title='Learn DBOS TypeScript'/></a>"} />}
index="3"
icon={<TbHexagonNumber3 color="var(--ifm-color-primary-lightest)" size={30}/>}
/>
<IndexCardLink
label="Build Reliable Apps"
href=""
description={<HtmlToReactNode htmlString={"<a class='logo-button' href='/python/programming-guide'><img src='img/python-logo-only.svg' alt='python' width=30 title='Learn DBOS Python'/></a><a class='logo-button' href='/typescript/programming-guide'><img src='img/typescript-logo.svg' width=30 alt='typescript' title='Learn DBOS TypeScript'/></a>"} />}
label="Explore Example Apps"
href="/examples"
description="See what you can build with DBOS"
index="4"
icon={<TbHexagonNumber4 color="var(--ifm-color-primary-lightest)" size={30}/>}
/>
Expand Down

0 comments on commit 785110f

Please sign in to comment.