Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Nov 30, 2023
1 parent 0c94359 commit 21e33ba
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Deprecated
### Removed
### Fixed

- Fixed HTML validation errors

### Security

## [0.1.27-prerelease](https://github.com/nationalarchives/tna-frontend/compare/v0.1.26-prerelease...v0.1.27-prerelease) - 2023-11-29
Expand Down
6 changes: 3 additions & 3 deletions src/nationalarchives/components/filters/filters.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
&:link,
&:visited,
&:hover {
@include colour.accent;
}
@include colour.accent;
}
}

&__link {
Expand All @@ -31,7 +31,7 @@
&,
&:link,
&:visited {
@include colour.colour-font("font-base");
@include colour.colour-font("font-base");
}

border-radius: 99rem;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ const Template = ({ theme, accent }) => {
<div class="tna-column tna-column--full">
${Pagination({
params: {
landmarkLabel: "My dogs 2 results",
landmarkLabel: "My dogs 3 results",
previous: {
href: "#",
},
Expand Down Expand Up @@ -903,7 +903,7 @@ const Template = ({ theme, accent }) => {
<div class="tna-column tna-column--full">
${Pagination({
params: {
landmarkLabel: "My dogs 3 results",
landmarkLabel: "My dogs 4 results",
previous: {
href: "#",
},
Expand Down Expand Up @@ -987,7 +987,7 @@ const Template = ({ theme, accent }) => {
<div class="tna-column tna-column--full">
${Pagination({
params: {
landmarkLabel: "My dogs 4 results",
landmarkLabel: "My dogs 5 results",
previous: {
href: "#",
},
Expand Down

0 comments on commit 21e33ba

Please sign in to comment.