Skip to content

Commit

Permalink
jeffify placeholder img
Browse files Browse the repository at this point in the history
  • Loading branch information
arzafran committed Aug 18, 2023
1 parent afc804b commit 9564fe6
Show file tree
Hide file tree
Showing 3 changed files with 1,448 additions and 1,442 deletions.
2 changes: 1 addition & 1 deletion libs/webgl/components/content/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function Content() {
const isImage = file?.type.includes('image/')

const src = useMemo(() => {
return file ? URL.createObjectURL(file) : '/placeholder/3.jpg'
return file ? URL.createObjectURL(file) : '/placeholder/4.jpg'
}, [file])

const { size, gl } = useThree()
Expand Down
Loading

1 comment on commit 9564fe6

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"⚡️ Lighthouse report for the changes in this commit:

🔴 Performance: 45
🟠 Accessibility: 79
🟢 Best practices: 100
🟠 SEO: 67
🟢 PWA: 90

Lighthouse ran on https://gpu-dithering-2u9vm4ewq-studio-freight.vercel.app/"

Please sign in to comment.