Skip to content

Commit 1d97e81

Browse files
committed
Align headline #287
1 parent 2ba201d commit 1d97e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Concept.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const Concept = ({
2929
<JsonLink to={getFilePath(concept.id, "json", customDomain)} />
3030
{concept.isReplacedBy && concept.isReplacedBy.length > 0 && (
3131
<div>
32-
<h3>isReplacedBy</h3>
32+
<h3>Is replaced by</h3>
3333
<ul>
3434
{concept.isReplacedBy.map((isReplacedBy) => (
3535
<li key={isReplacedBy.id}>

0 commit comments

Comments
 (0)