Skip to content

Commit

Permalink
README.md: update banner url to dist branch
Browse files Browse the repository at this point in the history
  • Loading branch information
JackNoordhuis committed Sep 12, 2023
1 parent e31d89d commit 35449e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<p align="center">
<a href="https://nxtlvlsoftware.github.io/php-static-constructors/"><picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/NxtLvLSoftware/php-static-constructors/staging/.github/banner-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/NxtLvLSoftware/php-static-constructors/staging/.github/banner-light.svg">
<img alt="Project Banner (nxtlvlsoftware/static-constructors)" src="https://raw.githubusercontent.com/NxtLvLSoftware/php-static-constructors/staging/.github/banner-light.svg" width="350" height="160" style="max-width: 100%;">
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/NxtLvLSoftware/php-static-constructors/dist/.github/banner-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/NxtLvLSoftware/php-static-constructors/dist/.github/banner-light.svg">
<img alt="Project Banner (nxtlvlsoftware/static-constructors)" src="https://raw.githubusercontent.com/NxtLvLSoftware/php-static-constructors/dist/.github/banner-light.svg" width="350" height="160" style="max-width: 100%;">
</picture></a>
</p>

Expand Down

0 comments on commit 35449e3

Please sign in to comment.