Skip to content

Commit cb3bc7e

Browse files
committed
Fix capitalization of "conda" and make it a link to conda.org.
Reference: https://github.com/conda-incubator/ceps#conda-capitalization-standards
1 parent 31e39b3 commit cb3bc7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Header/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default function Header() {
2121
Community-led <span className="gradient_text">recipes</span>
2222
, <span className="gradient_text">infrastructure</span> and{" "}
2323
<span className="gradient_text">distributions</span> for
24-
Conda.
24+
<Link to="https://conda.org/">conda</Link>.
2525
</h1>
2626
<div className={styles.header_content_input}>
2727
<Link

0 commit comments

Comments
 (0)