Skip to content

Commit ce86493

Browse files
committed
Update snapshots for user profile "All media" link addition
1 parent 05c43f9 commit ce86493

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

test/jest/__snapshots__/user-profile-head.test.jsx.snap

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,17 @@ exports[`UserProfileHead > Correctly displays that we are mutually subscribed 1`
198198
</li>
199199
<li
200200
class="statlink"
201+
>
202+
<a
203+
class="statlinkText allMediaLink"
204+
href="/freefeed/media"
205+
style="--max-digits: 1;"
206+
>
207+
All media
208+
</a>
209+
</li>
210+
<li
211+
class="statlink sinceDate"
201212
>
202213
<span
203214
class="statlinkText"
@@ -404,6 +415,17 @@ exports[`UserProfileHead > Renders my own header and doesn't blow up 1`] = `
404415
</li>
405416
<li
406417
class="statlink"
418+
>
419+
<a
420+
class="statlinkText allMediaLink"
421+
href="/freefeed/media"
422+
style="--max-digits: 1;"
423+
>
424+
All media
425+
</a>
426+
</li>
427+
<li
428+
class="statlink sinceDate"
407429
>
408430
<span
409431
class="statlinkText"

0 commit comments

Comments
 (0)