about summary refs log tree commit diff
path: root/app/javascript/mastodon/components/__tests__/__snapshots__/avatar-test.js.snap
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/mastodon/components/__tests__/__snapshots__/avatar-test.js.snap')
-rw-r--r--app/javascript/mastodon/components/__tests__/__snapshots__/avatar-test.js.snap4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/javascript/mastodon/components/__tests__/__snapshots__/avatar-test.js.snap b/app/javascript/mastodon/components/__tests__/__snapshots__/avatar-test.js.snap
index f6f6bfbf4..1ab59836a 100644
--- a/app/javascript/mastodon/components/__tests__/__snapshots__/avatar-test.js.snap
+++ b/app/javascript/mastodon/components/__tests__/__snapshots__/avatar-test.js.snap
@@ -15,7 +15,7 @@ exports[`<Avatar /> Autoplay renders a animated avatar 1`] = `
   }
 >
   <i
-    className="fa fa-fw fa-robot bot-icon"
+    className="fas fa-fw fa-robot bot-icon"
   />
 </div>
 `;
@@ -35,7 +35,7 @@ exports[`<Avatar /> Still renders a still avatar 1`] = `
   }
 >
   <i
-    className="fa fa-fw fa-robot bot-icon"
+    className="fas fa-fw fa-robot bot-icon"
   />
 </div>
 `;