Skip to content

Commit

Permalink
potential README fix: display svg inside of img-tag to bypass Github'…
Browse files Browse the repository at this point in the history
…s style-tag sanitizer, but the logo inside of markdown, to fix parsing error
  • Loading branch information
jonasfroeller committed Oct 24, 2024
1 parent 52a304e commit b1225ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# About Propromo

<img src="./docs/README.hero.svg" alt="Project Progress Monitoring Hero Section">
<center>
<img src="https://raw.githubusercontent.com/propromo-software/propromo/f97d458f31e2d54c47c01fa6a325930f41762bd2/public/favicon.png" alt="favicon" width="175" />
</center>

<center>
<img src="./docs/README.hero.svg" alt="Project Progress Monitoring Hero Section">
</center>

---

Expand Down
3 changes: 1 addition & 2 deletions docs/README.hero.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b1225ed

Please sign in to comment.