Skip to content

Commit

Permalink
fix: remove link in header from from policies cards (#1229)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredgalanis authored Oct 17, 2023
1 parent 07dc103 commit 368002b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/components/policy-card/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
<div class="card w-100 my-2" {{did-insert this.setup}}>
<div class="card-body">
<h4 class="card-title" data-test-policy-title>
<a href="#">
{{@policy.title}}
</a>
{{@policy.title}}
</h4>
{{#if this.policyIsJHU}}
<h6 class="card-subtitle mb-2" data-test-jhu-policy-deposit-expectation>
Expand Down

0 comments on commit 368002b

Please sign in to comment.