Skip to content

Commit

Permalink
Merge pull request #42 from hmcts/RDM-2542
Browse files Browse the repository at this point in the history
RDM-2542: GDPR - Probate solicitors footer links
  • Loading branch information
ngul authored Aug 23, 2018
2 parents 1100f7d + f09273a commit 8febce4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
4 changes: 4 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## RELEASE NOTES

### Version 1.2.2 - August 22 2018
**RDM-2542** Enhancement:
- GDPR - Solicitors footer links

### Version 1.2.1 - July 3 2018
- New publishing key

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hmcts/ccd-case-ui-toolkit",
"version": "1.2.1",
"version": "1.2.2",
"description": "Case UI Toolkit",
"main": "./dist/index.umd.js",
"module": "./dist/index.js",
Expand Down
6 changes: 2 additions & 4 deletions src/components/footer/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
<!-- Condition: Solicitor -->
<div *ngIf="isSolicitor" class="footer-meta">
<div class="footer-meta-inner">
<!-- Placeholder for the footer menu
<div class="footer-menu">
<a href="/#">Clear data</a>
</div> -->
<ng-content select="[footerSolsNavLinks]"></ng-content>
<div class="open-government-licence">
<p class="logo"><a href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Government Licence</a></p>
<p>All content is available under the <a href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Government Licence v3.0</a>, except where otherwise stated</p>
Expand All @@ -33,6 +30,7 @@
<div class="work-hours">
<span class="footer-text">{{workhours}}</span>
</div>
<ng-content select="[footerCaseWorkerNavLinks]"></ng-content>
</div>

</div>
Expand Down
4 changes: 0 additions & 4 deletions src/components/footer/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ $gray: #ECEDEE;
font-stretch: normal;
letter-spacing: normal;
}
.footer-menu {
margin-bottom: 20px;
font-size: 16px;
}
#footer .full-screen {
max-width: 100%;
padding-left: 20px;
Expand Down

0 comments on commit 8febce4

Please sign in to comment.