Skip to content

Commit

Permalink
updated banner text
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlstarr committed Aug 16, 2023
1 parent c2a9b63 commit 8491590
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/js/components/banner/Banner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
color: #1a1919;
border-color: #f3b229;
background-color: #f3b229;
line-height: 17px;
text-align: center;
h1 {
font-size: 0.875rem;
Expand Down
5 changes: 3 additions & 2 deletions src/js/components/banner/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ const Banner = () => {
return (
<div className="banner">
<h1 className="banner__text__title">
Trees in Mosaic Landscape dataset will be deprecated as of Aug 2024. Please update your configurations by going
to <a href="https://mapbuilder.wri.org/">https://mapbuilder.wri.org/</a>.
The Trees in Mosaic Landscapes dataset will be deprecated as of February 2024. Please use our new Tropical Tree
Cover dataset instead. Find out more at{' '}
<a href="http://mapbuilder.wri.org/tutorials/tml-to-tcc">Replacing Trees in Mosaic Landscapes - MapBuilder </a>
</h1>
</div>
);
Expand Down

0 comments on commit 8491590

Please sign in to comment.