Skip to content

Commit

Permalink
Revert "Update logo code in README (#1475)" (#1480)
Browse files Browse the repository at this point in the history
This reverts commit ab0d900.
  • Loading branch information
Spone authored Aug 18, 2022
1 parent ab0d900 commit 0b2b1de
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<picture>
<source media="(prefers-color-scheme: dark)" srcset="/docs/logo/readme-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="/docs/logo/readme-light.svg">
<img alt="ViewComponent logo" src="/docs/logo/readme-light.svg">
</picture>
![ViewComponent logo](/docs/logo/readme-light.svg#gh-light-mode-only)
![ViewComponent logo](/docs/logo/readme-dark.svg#gh-dark-mode-only)

A framework for building reusable, testable & encapsulated view components in Ruby on Rails.

Expand Down

0 comments on commit 0b2b1de

Please sign in to comment.