Skip to content

Commit

Permalink
Fix various issues (#69)
Browse files Browse the repository at this point in the history
* fix various issues

* fix image link

* revert

* ecs
  • Loading branch information
milewski authored Sep 29, 2023
1 parent 18eb5d7 commit 1e3a1d6
Show file tree
Hide file tree
Showing 5 changed files with 80 additions and 36 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
Organize your resource fields into tabs.

<picture>
<source media="(prefers-color-scheme: dark)" srcset="./screenshots/dark/demo-2.png">
<img alt="Resource Navigation Tab in Action" src="./screenshots/light/demo-2.png">
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/dcasia/resource-navigation-tab/main/screenshots/dark/demo-2.png">
<img alt="Resource Navigation Tab in Action" src="https://raw.githubusercontent.com/dcasia/resource-navigation-tab/main/screenshots/light/demo-2.png">
</picture>

# Installation
Expand Down Expand Up @@ -53,8 +53,8 @@ class ExampleNovaResource extends Resource {
Once setup navigate to your resource detail view, and you should be presented with this card:

<picture>
<source media="(prefers-color-scheme: dark)" srcset="./screenshots/dark/demo-1.png">
<img alt="Resource Navigation Tab in Action" src="./screenshots/light/demo-1.png">
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/dcasia/resource-navigation-tab/main/screenshots/dark/demo-1.png">
<img alt="Resource Navigation Tab in Action" src="https://raw.githubusercontent.com/dcasia/resource-navigation-tab/main/screenshots/light/demo-1.png">
</picture>

Every defined card will be shown on every tab by default, however you can choose which card you want to show when a
Expand Down
2 changes: 1 addition & 1 deletion dist/css/card.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/card.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1e3a1d6

Please sign in to comment.