Skip to content

Commit f686d14

Browse files
authored
Merge pull request #231 from shutter-network/refactor/schedule-demo-link
Refactor/schedule demo link
2 parents 49fff34 + d60c0c2 commit f686d14

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ jobs:
5252
fi
5353
5454
# Check if the branch name starts with the expected prefixes
55-
if [[ "$BRANCH_NAME" == release/* ]] || [[ "$BRANCH_NAME" == feat/* ]] || [[ "$BRANCH_NAME" == fix/* ]] || [[ "$BRANCH_NAME" == chore/* ]] || [[ "$BRANCH_NAME" == docs/* ]] || [[ "$BRANCH_NAME" == test/* ]]; then
55+
if [[ "$BRANCH_NAME" == release/* ]] || [[ "$BRANCH_NAME" == feat/* ]] || [[ "$BRANCH_NAME" == fix/* ]] || [[ "$BRANCH_NAME" == chore/* ]] || [[ "$BRANCH_NAME" == docs/* ]] || [[ "$BRANCH_NAME" == test/* ]] || [[ "$BRANCH_NAME" == refactor/* ]]; then
5656
echo "Branch name is valid: $BRANCH_NAME"
5757
else
58-
echo "Error: Branch name must start with 'release/', 'feat/', 'fix/', 'chore/', 'docs/', or 'test/'."
58+
echo "Error: Branch name must start with 'release/', 'feat/', 'fix/', 'chore/', 'docs/', 'test/' or 'refactor/'."
5959
exit 1 # Exit if the branch name is not valid
6060
fi
6161

frontend/src/styles/header.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export const NavIcon = styled.img.attrs({
5353

5454
export const ScheduleDemo = styled.a.attrs({
5555
className: 'shedule-a-demo-button',
56-
href: "mailto:contact@shutter.network?subject=Schedule%20a%20Demo",
56+
href: "https://calendly.com/loringharkness/30min",
5757
target: '_blank',
5858
})`
5959
background-color: #fde12d;

0 commit comments

Comments
 (0)