Skip to content

Commit

Permalink
feat(landing): add copyright link (#2672)
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha authored Feb 7, 2023
1 parent 77b75da commit ad87344
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/landing/src/components/layout.footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export class Footer extends Component {
</div>
<div className="justify-end">
<ul className="lui-footer-list">
<li className="lui-footer-inline-list-item">© 2021 Land Information New Zealand</li>
<li className="lui-footer-inline-list-item">
<Link href="https://www.linz.govt.nz/contact-us">Contact</Link>
</li>
Expand All @@ -36,6 +35,9 @@ export class Footer extends Component {
Data Attribution
</Link>
</li>
<li className="lui-footer-inline-list-item">
<Link href="https://www.linz.govt.nz/copyright">Copyright</Link>
</li>
</ul>
</div>
</div>
Expand Down

0 comments on commit ad87344

Please sign in to comment.