Fixed typo when referring to revision author

This commit is contained in:
Fabien "egg" O'Carroll 2023-05-02 19:50:34 -04:00
parent d87da627d9
commit cef062452b

View File

@ -73,7 +73,7 @@
</div> </div>
<div class="flex items-center mt2"> <div class="flex items-center mt2">
<span class="user-list-item-figure" style={{background-image-style revision.author.profile_image_url}}> <span class="user-list-item-figure" style={{background-image-style revision.author.profile_image_url}}>
<span class="hidden">Photo of {{revisions.author.name}}</span> <span class="hidden">Photo of {{revision.author.name}}</span>
</span> </span>
<span class="gh-post-history-version-meta {{if (eq revision.author.name "Deleted staff user") "deleted-user"}}">{{revision.author.name}}</span> <span class="gh-post-history-version-meta {{if (eq revision.author.name "Deleted staff user") "deleted-user"}}">{{revision.author.name}}</span>
</div> </div>