You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our tools bring the average push-to-merge cycle time down from <strong>4 days to 3.5 hours</strong>. Less context switching. Less tool fatigue. More shipping.
@@ -62,9 +62,9 @@ description: Reduce your time to ship code by 90%. Built for enterprises that ne
Copy file name to clipboardExpand all lines: src/js/main.js
+11-5Lines changed: 11 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,8 @@ function sendEmail() {
30
30
constparts=["ohai","codegroove","dev"];
31
31
constemail=parts[0]+"@"+parts[1]+"."+parts[2];
32
32
33
-
constsubject="Let's talk about shipping 90% faster";
34
-
constbody="Hi codeGROOVE team,\n\nI'm interested in learning how we can reduce our push-to-merge cycle time from 4 days to 3.5 hours and ship 90% faster.\n\nThanks!";
33
+
constsubject="Let's talk about making dev life better";
34
+
constbody="Hi codeGROOVE team,\n\nI'm interested in learning how we can reduce our push-to-merge cycle time from 4 days to 3.5 hours and bring back the fun to software development.\n\nThanks!";
Email us at <a href="${mailtoLink}" style="color: var(--color-secondary); font-weight: bold;">${email}</a> to learn how we can help you ship 90% faster.
81
+
Email us at <a href="${mailtoLink}" style="color: var(--color-secondary); font-weight: bold;">${email}</a> to learn how we can help you ship faster and have more fun doing it.
0 commit comments