Skip to content

Commit

Permalink
feat: add privacy route in footer
Browse files Browse the repository at this point in the history
Add privacy policy and comment out the GitHub logo in the footer.
  • Loading branch information
grantwforsythe committed Mar 13, 2024
1 parent 383a9da commit 15710de
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 5 additions & 2 deletions src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@
</main>

<footer>
<mat-divider></mat-divider>
<div class="container">
<a
<a [routerLink]="['/privacy']">Privacy Policy</a>
<!-- TODO: Fix placement of GitHub logo -->
<!-- <a
mat-button
href="https://github.com/grantwforsythe/ynab-custom-reports"
aria-label="GitHub Repository"
Expand All @@ -31,6 +34,6 @@
alt="ynab-custom-reports"
src="../assets/images/github.svg"
/>
</a>
</a> -->
</div>
</footer>
1 change: 1 addition & 0 deletions src/app/app.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ img {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}

.spacer {
Expand Down
3 changes: 2 additions & 1 deletion src/app/home/home.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
text-align: center;
}

p {
.container > p {
font-size: 16px;
width: 600px;
}

0 comments on commit 15710de

Please sign in to comment.