Skip to content

Commit

Permalink
Merge pull request #31 from JustFixNYC/removehere
Browse files Browse the repository at this point in the history
Remove 'here' from learn more
  • Loading branch information
Samara Trilling authored Jun 4, 2021
2 parents ab2e11f + 98516de commit 0b73b16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-common/src/moratorium-banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const CovidMoratoriumBanner: React.FC<{ locale?: string }> = ({
target="_blank"
rel="noopener noreferrer"
>
Más información aquí
Más información
</a>
</>
) : (
Expand All @@ -32,7 +32,7 @@ export const CovidMoratoriumBanner: React.FC<{ locale?: string }> = ({
target="_blank"
rel="noopener noreferrer"
>
Learn more here
Learn more
</a>
</>
);
Expand Down

0 comments on commit 0b73b16

Please sign in to comment.