Skip to content

Commit c86427d

Browse files
committed
fix pricing link
1 parent edd023a commit c86427d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/pages/groot.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ export default function Groot() {
323323
className="button button--primary button--md"
324324
href="javascript:void(0)"
325325
data-cb-type="checkout"
326-
data-cb-item-0="Floating-License-fixed-EUR-Yearly"
326+
data-cb-item-0="Floating-License-fixed2-EUR-Yearly"
327327
data-cb-item-0-quantity="1"
328328
>
329329
{item.btn}
@@ -412,7 +412,7 @@ export default function Groot() {
412412
/>
413413
<Link
414414
onclick="fathom.trackGoal('VGT2ANC4', 0);"
415-
to='https://s3.us-west-1.amazonaws.com/download.behaviortree.dev/groot2_linux_installer/Groot2-v1.5.2-linux-installer.run'>
415+
to='https://s3.us-west-1.amazonaws.com/download.behaviortree.dev/groot2_linux_installer/Groot2-V1.5.2-linux-installer.run'>
416416
Linux installer
417417
</Link>
418418
</div>
@@ -425,7 +425,8 @@ export default function Groot() {
425425
<Link
426426
// style={{marginLeft: '20px'}}
427427
onclick="fathom.trackGoal('DIQDUTJ2', 0);"
428-
to='https://s3.us-west-1.amazonaws.com/download.behaviortree.dev/groot2_linux_installer/Groot2-v1.5.2-x86_64.AppImage'>
428+
429+
to='https://s3.us-west-1.amazonaws.com/download.behaviortree.dev/groot2_linux_installer/Groot2-V1.5.2-x86_64.AppImage'>
429430
AppImage (Linux)
430431
</Link>
431432
</div>

0 commit comments

Comments
 (0)