Skip to content

Commit

Permalink
Merge main into sweep/use-aframe-anisotropy
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Oct 18, 2023
2 parents 4e0ae1e + 297f31d commit 27c216f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/notify.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var { Notyf } = require('../lib/notyf.min.js');
AFRAME.registerComponent('notify', {
schema: {
duration: { type: 'number', default: 6000 },
ripple: { type: 'boolean', default: true },
ripple: { type: 'boolean', default: false },
position: {
type: 'string',
default: {
Expand Down

0 comments on commit 27c216f

Please sign in to comment.