Merge pull request #16448 from overleaf/mf-fix-animated-text-singular

Make every word in animated plural by changing `article` to `articles`

GitOrigin-RevId: 1df6a9dc7985ceaca4f4d19204f928a08b617bac
This commit is contained in:
M Fahru 2024-01-10 09:50:28 -07:00 committed by Copybot
parent a9d87232ca
commit 41735fbd89

View file

@ -62,7 +62,7 @@ function homepageAnimation() {
}
const frames = [
...createFrames('article', opts),
...createFrames('articles', opts),
...createFrames('theses', opts),
...createFrames('reports', opts),
...createFrames('presentations', opts),