Fix image being in the public directory when this is apparently not good
Test / test (push) Failing after 44s Details

This commit is contained in:
Jeff 2024-09-24 23:56:32 -04:00
parent 987b419018
commit e2cb0eb214
2 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -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 (