Skip to content

Commit

Permalink
fix: dark theme image
Browse files Browse the repository at this point in the history
Can't use githubusercontent raw url for source media element

Signed-off-by: jmeridth <[email protected]>
  • Loading branch information
jmeridth committed Oct 27, 2023
1 parent 3d9ecc1 commit 52e1615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profile/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Procore Open Source

<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/procore-oss/.github/blob/main/procoredarklogo.png">
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/procore-oss/.github/blob/main/procoredarklogo.png?raw=true">
<img alt="Procore Open Source" src="https://raw.githubusercontent.com/procore-oss/.github/main/procorelightlogo.png">
</picture>

Expand Down

0 comments on commit 52e1615

Please sign in to comment.