coverage critic sponsorship dark mode fix

This commit is contained in:
Carson Gross 2024-06-05 12:36:56 -06:00
parent 44d2d2b1dd
commit 642b2d877d

View File

@ -300,7 +300,8 @@ Thank you to all our generous <a href="https://github.com/sponsors/bigskysoftwar
</td> </td>
<td> <td>
<a data-github-account="CoverageCritic" alt="Find Internet Providers With Broadband Map" href="https://broadbandmap.com/"> <a data-github-account="CoverageCritic" alt="Find Internet Providers With Broadband Map" href="https://broadbandmap.com/">
<img src="/img/BroadbandMapLogo2LineLightMode.png" style="width:100%;max-width:250px"> <img class="dark-hidden" src="/img/BroadbandMapLogo2LineLightMode.png" style="width:100%;max-width:250px">
<img class="dark-visible" src="/img/BroadbandMapLogo2LineDarkMode.png" style="width:100%;max-width:250px">
</a> </a>
</td> </td>
</tr> </tr>