mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Merge pull request #1162 from kvnyng/main
swapped out project types for Bin
This commit is contained in:
commit
0a523de509
1 changed files with 5 additions and 3 deletions
|
|
@ -234,13 +234,15 @@ export default function Bin() {
|
|||
cursor={false}
|
||||
sequence={[
|
||||
// Same substring at the start will only be typed out once, initially
|
||||
'an RC car',
|
||||
'a laser guided nerf gun',
|
||||
1000, // wait 1s before replacing "Mice" with "Hamsters"
|
||||
'a clap activated lamp',
|
||||
1000,
|
||||
'a keyboard',
|
||||
'a temperature activated Febreze can',
|
||||
1000,
|
||||
'an alarm clock',
|
||||
'a flame actuated speaker',
|
||||
1000,
|
||||
'a light dependant door',
|
||||
1000
|
||||
]}
|
||||
repeat={Infinity}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue