Skip to content

Commit

Permalink
remove Note info since it's obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
pacna committed Oct 18, 2024
1 parent 80824c2 commit 6a81958
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,6 @@ <h2>{{ title }}</h2>
<mat-label>Subscription ID</mat-label>
<input matInput formControlName="subscriptionID" />
</mat-form-field>
<p>
This is an option if the new member's info hasn't been sent from paypal
yet. Check the table before trying to add them manually.
<strong>Note:</strong> if you add the member with this method, their
<strong>email</strong> and <strong>full name</strong> have to match what
they use in PayPal.
</p>
}

<button
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,7 @@
}

button {
margin-top: 40px;
width: 100%;
}
}

p {
margin: 20px 0px 0px;
}
}

0 comments on commit 6a81958

Please sign in to comment.