Skip to content

Commit

Permalink
remove redundant header from tool cards
Browse files Browse the repository at this point in the history
  • Loading branch information
maul-esel committed Apr 21, 2023
1 parent 192ea12 commit 9f5d86a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion trunk/source/WebsiteStatic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ <h3>Tools</h3>
<div class="card border-secondary shadow mb-3 tool-card h-100">
<div class="card-header"><a class="link-primary" href="?ui=tool&tool={{this.id}}">{{this.name}}</a></div>
<div class="card-body text-black-70">
<h5 class="card-title">Description</h5>
<p class="card-text text-justify">{{this.description}}</p>
<h5 class="card-title">Languages</h5>
<p class="card-text">
Expand Down

0 comments on commit 9f5d86a

Please sign in to comment.