Fix image being in the public directory when this is apparently not good
Test / test (push) Failing after 44s
Details
Test / test (push) Failing after 44s
Details
This commit is contained in:
parent
987b419018
commit
e2cb0eb214
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
|
|
@ -1,6 +1,6 @@
|
|||
import React from "react"
|
||||
|
||||
import shareIcon from "../../public/images/safari-share-icon.png"
|
||||
import shareIcon from "../images/safari-share-icon.png?url"
|
||||
|
||||
export default function InstallPWA() {
|
||||
return (
|
||||
|
|
|
|||
Loading…
Reference in New Issue