Skip to content

Commit 062b09c

Browse files
committed
fix: closes #3
1 parent 8c6075a commit 062b09c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Opinionated QR Code component for React, powered by [`qr`](https://github.com/paulmillr/qr)
44

55
<picture>
6-
<source media="(prefers-color-scheme: dark)" srcset="./qr-dark.svg">
7-
<img alt="cuer logo" src="./qr-light.svg" width="auto" height="150px">
6+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/wevm/cuer/refs/heads/main/.github/qr-dark.svg">
7+
<img alt="cuer logo" src="https://raw.githubusercontent.com/wevm/cuer/refs/heads/main/.github/qr-light.svg" width="auto" height="150px">
88
</picture>
99

1010
## Install

scripts/prepublish.ts

+2
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@ const exports = getExports({
3737
packageJson.exports = exports.dist
3838

3939
fs.writeFileSync(packageJsonPath, JSON.stringify(packageJson, null, 2))
40+
41+
fs.cpSync(join(import.meta.dirname, '../.github/README.md'), './README.md')

0 commit comments

Comments
 (0)