TimelineQueueButtonHeader: update snapshots

This commit is contained in:
Alex Gleason 2021-10-08 14:53:21 -05:00
parent 38b41ced76
commit 75a496c806
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -25,7 +25,7 @@ exports[`<TimelineQueueButtonHeader /> renders correctly 1`] = `
exports[`<TimelineQueueButtonHeader /> renders correctly 2`] = ` exports[`<TimelineQueueButtonHeader /> renders correctly 2`] = `
<div <div
className="timeline-queue-header" className="timeline-queue-header hidden"
> >
<a <a
className="timeline-queue-header__btn" className="timeline-queue-header__btn"
@ -42,14 +42,18 @@ exports[`<TimelineQueueButtonHeader /> renders correctly 2`] = `
} }
/> />
</div> </div>
Click to see 1 new post <div
className="timeline-queue-header__label"
>
Click to see 1 new post
</div>
</a> </a>
</div> </div>
`; `;
exports[`<TimelineQueueButtonHeader /> renders correctly 3`] = ` exports[`<TimelineQueueButtonHeader /> renders correctly 3`] = `
<div <div
className="timeline-queue-header" className="timeline-queue-header hidden"
> >
<a <a
className="timeline-queue-header__btn" className="timeline-queue-header__btn"
@ -66,7 +70,11 @@ exports[`<TimelineQueueButtonHeader /> renders correctly 3`] = `
} }
/> />
</div> </div>
Click to see 9999999 new posts <div
className="timeline-queue-header__label"
>
Click to see 9999999 new posts
</div>
</a> </a>
</div> </div>
`; `;