Skip to content

Commit

Permalink
crate changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricdcc authored Nov 21, 2023
1 parent 8a2828e commit bc2558d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/crates.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ export const Crates = (props) => {
<h4>Title</h4>
</div>
<div className="col-md-8">
<p>Description</p>
<h4>Description</h4>
</div>
<div className="col-md-1">
<h4>Github</h4>
</div>
<div className="col-md-1">
<h4>Rocrate</h4>
<h4>RO-Crate</h4>
</div>
</div>
{props.data
Expand Down

0 comments on commit bc2558d

Please sign in to comment.