Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
fix(docs): use the standard picture element to display the logo
Browse files Browse the repository at this point in the history
  • Loading branch information
leops committed Nov 8, 2022
1 parent a6a1d8b commit 5ee2a2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release_js_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,4 @@ jobs:
tag_name: js-api/v${{ needs.build.outputs.version }}
draft: false
prerelease: ${{ needs.build.outputs.prerelease == 'true' }}
files: |
dist/*
fail_on_unmatched_files: true
generate_release_notes: true
7 changes: 4 additions & 3 deletions npm/rome/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<p align="center">
<img alt="Rome's logo depicting an ancient Roman arch with the word Rome to its side" src="https://raw.githubusercontent.com/rome/brand/main/PNG/logo_transparent.png#gh-light-mode-only" width="700">
<img alt="Rome's logo depicting an ancient Roman arch with the word Rome to its side" src="https://raw.githubusercontent.com/rome/brand/main/PNG/logo_white_yellow_transparent.png#gh-dark-mode-only" width="700">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/rome/brand/main/PNG/logo_white_yellow_transparent.png" width="700">
<img alt="Rome's logo depicting an ancient Roman arch with the word Rome to its side" src="https://raw.githubusercontent.com/rome/brand/main/PNG/logo_transparent.png" width="700">
</picture>
</p>


<div align="center">

[![MIT licensed][mit-badge]][mit-url]
Expand Down

0 comments on commit 5ee2a2f

Please sign in to comment.