mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 06:29:30 -07:00
Merge pull request #143 from Macweese/fix-grid-distortion-code-syntax
fix: missing closing quote in gridDistortionCode.ts
This commit is contained in:
@@ -9,7 +9,7 @@ export const gridDistortion = createCodeObject(code, 'Backgrounds/GridDistortion
|
||||
imageSrc="https://picsum.photos/1920/1080?grayscale"
|
||||
:grid="10"
|
||||
:mouse="0.1"
|
||||
:strength="0.15
|
||||
:strength="0.15"
|
||||
:relaxation="0.9"
|
||||
className="custom-class"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user