Skip to content

Commit

Permalink
Merge pull request #13 from njbbaer/fix-broken-discord-badge
Browse files Browse the repository at this point in the history
Fix Discord badge image
  • Loading branch information
jmeridth authored Oct 27, 2023
2 parents 4fc676f + f665623 commit 3d9ecc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions profile/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Procore Open Source

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

<p align="center">
<a href="https://discord.gg/cxd58srb">
<img src="../discord_badge_scaled.svg">
<img src="https://raw.githubusercontent.com/procore-oss/.github/main/discord_badge_scaled.svg">
</a>
</p>

0 comments on commit 3d9ecc1

Please sign in to comment.