Skip to content

Commit

Permalink
fix footer backToTop icon (#1095)
Browse files Browse the repository at this point in the history
* Fix backToTop icon
  • Loading branch information
joecowton1 authored Jan 24, 2024
1 parent a2fc27a commit f4f275d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/friendly-games-beam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@guardian/source-react-components': patch
---

Fix footer backToTop icon
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ export const backToTop = (
color: ${footer.anchor};
background-color: ${footer.background};
text-decoration: none;
white-space: nowrap;
& :hover {
color: ${footer.anchorHover};
Expand Down

0 comments on commit f4f275d

Please sign in to comment.