diff --git a/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.html b/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.html
index e281ae4..1c519e9 100644
--- a/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.html
+++ b/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.html
@@ -34,7 +34,7 @@
Name: {{contributorName}}
Tax Year: {{taxYear}}
-
+
| {{taxYear}} Giving Summary |
@@ -55,16 +55,16 @@
+
+ Thank you for your support. The information provided in this statement reflects
+ your gifts on record for {{taxYear}}.
+ No goods or services were provided in exchange for your contributions.
+
-
- Thank you for your support. The information provided in this statement reflects
- your gifts on record for {{taxYear}}.
- No goods or services were provided in exchange for your contributions.
-
diff --git a/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.ts b/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.ts
index dcc727f..18087d2 100644
--- a/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.ts
+++ b/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.ts
@@ -36,7 +36,7 @@ export class ContributorYearlyReportComponent implements OnInit {
public contributorZip: string = '59701';
public taxYear: number = 2019;
- public rowsFirstPage: number = 12;
+ public rowsFirstPage: number = 13;
public rowsPerPage: number = 31;
public get fillerRows(): number[] {
const rowsToFillPage = this.rowsFirstPage + ((this.pages - 2) * this.rowsPerPage);