mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 00:31:21 +00:00
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:
parent
a9d87232ca
commit
41735fbd89
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ function homepageAnimation() {
|
|||
}
|
||||
|
||||
const frames = [
|
||||
...createFrames('article', opts),
|
||||
...createFrames('articles', opts),
|
||||
...createFrames('theses', opts),
|
||||
...createFrames('reports', opts),
|
||||
...createFrames('presentations', opts),
|
||||
|
|
Loading…
Reference in a new issue