Skip to content

Commit

Permalink
fix: ppicon
Browse files Browse the repository at this point in the history
  • Loading branch information
abernier committed Sep 16, 2024
1 parent 8498c6b commit 6b95fad
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import docsIcon from '@/assets/docs-icon.png'
import dreiIcon from '@/assets/drei-icon.svg'
import jotaiIcon from '@/assets/jotai-icon.png'
import ppIcon from '@/assets/pp-icon.svg'
import r3fIcon from '@/assets/r3f-icon.svg'
import reactSpringIcon from '@/assets/react-spring-icon.svg'
import uiKitIcon from '@/assets/uikit-icon.svg'
Expand Down Expand Up @@ -98,6 +99,9 @@ const libs: Record<string, Library> = {
github: 'https://github.com/pmndrs/react-postprocessing',
description: 'React Postprocessing is a postprocessing wrapper for @react-three/fiber',
docs: 'pmndrs/react-postprocessing/master/docs',
icon: ppIcon.src,
iconWidth: ppIcon.width,
iconHeight: ppIcon.height,
},
uikit: {
title: 'uikit',
Expand Down
119 changes: 119 additions & 0 deletions src/assets/pp-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6b95fad

Please sign in to comment.