Skip to content

Commit beceb07

Browse files
author
Vikas Agarwal
committed
fixing lint error
1 parent 8f4ecd6 commit beceb07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/projects/create/components/SelectProjectType.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ function SelectProjectType(props) {
146146
<h1>Create a new project</h1>
147147
<div className="cards">{cards}</div>
148148
<div className="footer">
149-
Looking for something else? <a href="{`https://${DOMAIN}/contact?utm_source=Connect&utm_medium=Referral&utm_campaign=FooterContact`}">Get in touch with us &rarr;</a>
149+
Looking for something else? <a href={`https://${DOMAIN}/contact?utm_source=Connect&utm_medium=Referral&utm_campaign=FooterContact`}>Get in touch with us &rarr;</a>
150150
</div>
151151
</div>
152152
</div>

0 commit comments

Comments
 (0)