New tag line

This commit is contained in:
Federico Terzi 2021-01-24 10:23:12 +00:00 committed by GitHub
parent 406b251394
commit 2742cd7d9b

View File

@ -180,7 +180,7 @@ showParticles: True
.pause(500) .pause(500)
.options({speed: 1, deleteSpeed: 7}) .options({speed: 1, deleteSpeed: 7})
.delete(8) .delete(8)
.type('Cross-platform Text Expander written in Rust') .type('A Privacy-first, Cross-platform Text Expander')
.go(); .go();
} }