Skip to content

Commit

Permalink
source fix
Browse files Browse the repository at this point in the history
  • Loading branch information
russbiggs committed Nov 22, 2023
1 parent bc8913b commit b73afd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/DetailOverview/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,11 @@ export default function DetailOverview() {
</div>
<div>Provider</div>
<div>
{store.location?.provider.url ? (
{store.location?.provider.name == 'PurpleAir' ? (
<a
target="_blank"
rel="noopener noreferrer"
href={store.location?.provider.url}
href="https://www2.purpleair.com/"
>
{store.location?.provider.name}{' '}
<span class="material-symbols-outlined type-color-ocean-120">
Expand Down

0 comments on commit b73afd6

Please sign in to comment.