File tree Expand file tree Collapse file tree
tests/acceptance/design-baseline.spec.ts-snapshots Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161 url : https://ever-guild.net/
6262 reanalyze : " true"
6363 wait-seconds : " 90"
64- fail-on-detection : " false "
64+ fail-on-detection : " true "
Original file line number Diff line number Diff line change @@ -13,9 +13,7 @@ export const Contact = React.memo(function Contact() {
1313 />
1414
1515 < a
16- href = "https://mail.google.com/mail/?view=cm& fs = 1 & to = in @ever - guild . net & su = New % 20 project % 20 enquiry "
17- target = "_blank"
18- rel = "noopener noreferrer"
16+ href = "mailto:in@ever-guild.net?subject=New%20project%20enquiry"
1917 className = "contact__email"
2018 aria-label = "Email Ever Guild at in@ever-guild.net"
2119 >
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ const Hero = React.memo(function Hero() {
4242 </ p >
4343
4444 < div className = "hero__actions" >
45- < Button href = "https://mail.google.com/mail/?view=cm & fs = 1 & to = in @ ever - guild . net & su = New % 20 project % 20 enquiry " variant = "primary" size = "lg" icon = { < span aria-hidden = "true" > ↗ </ span > } >
45+ < Button href = "#contact " variant = "primary" size = "lg" >
4646 Start a project
4747 </ Button >
4848 < Button
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ const Navbar = React.memo(function Navbar() {
8484 } ) }
8585 </ ul >
8686 < Button
87- href = "https://mail.google.com/mail/?view=cm & fs = 1 & to = in @ ever - guild . net & su = New % 20 project % 20 enquiry "
87+ href = "#contact "
8888 variant = "primary"
8989 size = "sm"
9090 className = "navbar__cta"
You can’t perform that action at this time.
0 commit comments