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
Copy file name to clipboardExpand all lines: src/projects/create/components/SelectProjectType.jsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -146,7 +146,7 @@ function SelectProjectType(props) {
146
146
<h1>Create a new project</h1>
147
147
<divclassName="cards">{cards}</div>
148
148
<divclassName="footer">
149
-
Looking for something else? <ahref="{`https://${DOMAIN}/contact?utm_source=Connect&utm_medium=Referral&utm_campaign=FooterContact`}">Get in touch with us →</a>
149
+
Looking for something else? <ahref={`https://${DOMAIN}/contact?utm_source=Connect&utm_medium=Referral&utm_campaign=FooterContact`}>Get in touch with us →</a>
0 commit comments