ref: Improves few of the older React components

This commit is contained in:
Alicia Sykes
2024-06-08 15:21:10 +01:00
parent 03e980eafc
commit e2d83b627a
5 changed files with 7 additions and 7 deletions

View File

@@ -906,8 +906,8 @@ const Results = (props: { address?: string } ): JSX.Element => {
<div className="control-options">
<span className="toggle-filters" onClick={() => setShowFilters(true)}>Show Filters</span>
<a href="#view-download-raw-data"><span className="toggle-filters">Export Data</span></a>
<a href="/check/about"><span className="toggle-filters">Learn about the Results</span></a>
<a href="/check/about#additional-resources"><span className="toggle-filters">More tools</span></a>
<a href="/about"><span className="toggle-filters">Learn about the Results</span></a>
<a href="/about#additional-resources"><span className="toggle-filters">More tools</span></a>
<a target="_blank" rel="noreferrer" href="https://github.com/lissy93/web-check"><span className="toggle-filters">View GitHub</span></a>
</div>
) }