Skip to content

Commit

Permalink
DON-1066: Remove link from donation to campaign.
Browse files Browse the repository at this point in the history
See discussion at
#1800 (comment)
  • Loading branch information
bdsl committed Dec 16, 2024
1 parent aae2377 commit d28cc01
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion src/app/my-donations/my-donations.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<a href="{{myRegularGivingPath + '/' + donation.mandate.uuid}}">Regular giving since {{donation.mandate.activeFrom | date: 'mediumDate'}}</a>
}
</p>
<h3><a class="charityName" href="/campaign/{{donation.projectId}}">{{ donation.charityName }}</a></h3>
<h3>{{ donation.charityName }}</h3>
</div>
<ul>
<li>Amount: {{ donation.donationAmount | exactCurrency:donation.currencyCode }}</li>
Expand Down
4 changes: 0 additions & 4 deletions src/app/my-donations/my-donations.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ div.donation {
height: 100%;
justify-content: space-between;
flex-direction: column;
a.charityName:link, a.charityName:visited, a.charityName:hover {
color: inherit !important;
text-decoration: none;
}
*:first-child {
margin-top: 0;
flex-grow: 1;
Expand Down

0 comments on commit d28cc01

Please sign in to comment.