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:
@@ -62,7 +62,7 @@ function homepageAnimation() {
|
||||
}
|
||||
|
||||
const frames = [
|
||||
...createFrames('article', opts),
|
||||
...createFrames('articles', opts),
|
||||
...createFrames('theses', opts),
|
||||
...createFrames('reports', opts),
|
||||
...createFrames('presentations', opts),
|
||||
|
||||
Reference in New Issue
Block a user