Skip to content

Commit

Permalink
Merge pull request #1078: (nit) Use double quotes in the same line
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin authored Nov 18, 2024
2 parents 5503367 + f80ae99 commit 2a0ef6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static-site/src/components/ListResources/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function ListResources({
<ErrorContainer>
{"Whoops - listing resources isn't working!"}
<br/>
{'Please '}<a href="/contact" style={{fontWeight: 300}}>get in touch</a>{" if this keeps happening"}
{"Please "}<a href="/contact" style={{fontWeight: 300}}>get in touch</a>{" if this keeps happening"}
</ErrorContainer>
)
}
Expand Down

0 comments on commit 2a0ef6a

Please sign in to comment.