Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ exports[`BlockBrowser component render with basic parameters 1`] = `
<span
aria-hidden={true}
className="fa fa-arrow-up"
id="Icon2"
id="Icon1"
/>
<span
className="sr-only"
Expand Down Expand Up @@ -71,7 +71,7 @@ exports[`BlockBrowser component render with basic parameters 1`] = `
<span
aria-hidden={true}
className="fa fa-arrow-right"
id="Icon2"
id="Icon1"
/>
<span
className="sr-only"
Expand Down Expand Up @@ -104,7 +104,7 @@ exports[`BlockBrowser component render with basic parameters 1`] = `
<span
aria-hidden={true}
className="fa fa-arrow-right"
id="Icon2"
id="Icon1"
/>
<span
className="sr-only"
Expand Down Expand Up @@ -137,7 +137,7 @@ exports[`BlockBrowser component render with basic parameters 1`] = `
<span
aria-hidden={true}
className="fa fa-arrow-right"
id="Icon2"
id="Icon1"
/>
<span
className="sr-only"
Expand Down Expand Up @@ -170,7 +170,7 @@ exports[`BlockBrowser component render with basic parameters 1`] = `
<span
aria-hidden={true}
className="fa fa-arrow-right"
id="Icon2"
id="Icon1"
/>
<span
className="sr-only"
Expand Down Expand Up @@ -203,7 +203,7 @@ exports[`BlockBrowser component render with basic parameters 1`] = `
<span
aria-hidden={true}
className="fa fa-arrow-right"
id="Icon2"
id="Icon1"
/>
<span
className="sr-only"
Expand Down Expand Up @@ -236,7 +236,7 @@ exports[`BlockBrowser component render with basic parameters 1`] = `
<span
aria-hidden={true}
className="fa fa-arrow-right"
id="Icon2"
id="Icon1"
/>
<span
className="sr-only"
Expand Down Expand Up @@ -269,7 +269,7 @@ exports[`BlockBrowser component render with custom classname 1`] = `
<span
aria-hidden={true}
className="fa fa-arrow-up"
id="Icon2"
id="Icon1"
/>
<span
className="sr-only"
Expand Down Expand Up @@ -321,7 +321,7 @@ exports[`BlockBrowser component render with custom classname 1`] = `
<span
aria-hidden={true}
className="fa fa-arrow-right"
id="Icon2"
id="Icon1"
/>
<span
className="sr-only"
Expand Down Expand Up @@ -354,7 +354,7 @@ exports[`BlockBrowser component render with custom classname 1`] = `
<span
aria-hidden={true}
className="fa fa-arrow-right"
id="Icon2"
id="Icon1"
/>
<span
className="sr-only"
Expand Down Expand Up @@ -387,7 +387,7 @@ exports[`BlockBrowser component render with custom classname 1`] = `
<span
aria-hidden={true}
className="fa fa-arrow-right"
id="Icon2"
id="Icon1"
/>
<span
className="sr-only"
Expand Down Expand Up @@ -420,7 +420,7 @@ exports[`BlockBrowser component render with custom classname 1`] = `
<span
aria-hidden={true}
className="fa fa-arrow-right"
id="Icon2"
id="Icon1"
/>
<span
className="sr-only"
Expand Down Expand Up @@ -453,7 +453,7 @@ exports[`BlockBrowser component render with custom classname 1`] = `
<span
aria-hidden={true}
className="fa fa-arrow-right"
id="Icon2"
id="Icon1"
/>
<span
className="sr-only"
Expand Down Expand Up @@ -486,7 +486,7 @@ exports[`BlockBrowser component render with custom classname 1`] = `
<span
aria-hidden={true}
className="fa fa-arrow-right"
id="Icon2"
id="Icon1"
/>
<span
className="sr-only"
Expand Down Expand Up @@ -527,7 +527,7 @@ exports[`BlockList component render with basic parameters 1`] = `
<span
aria-hidden={true}
className="fa fa-arrow-right"
id="Icon2"
id="Icon1"
/>
<span
className="sr-only"
Expand Down Expand Up @@ -560,7 +560,7 @@ exports[`BlockList component render with basic parameters 1`] = `
<span
aria-hidden={true}
className="fa fa-arrow-right"
id="Icon2"
id="Icon1"
/>
<span
className="sr-only"
Expand Down Expand Up @@ -593,7 +593,7 @@ exports[`BlockList component render with basic parameters 1`] = `
<span
aria-hidden={true}
className="fa fa-arrow-right"
id="Icon2"
id="Icon1"
/>
<span
className="sr-only"
Expand Down Expand Up @@ -626,7 +626,7 @@ exports[`BlockList component render with basic parameters 1`] = `
<span
aria-hidden={true}
className="fa fa-arrow-right"
id="Icon2"
id="Icon1"
/>
<span
className="sr-only"
Expand Down Expand Up @@ -659,7 +659,7 @@ exports[`BlockList component render with basic parameters 1`] = `
<span
aria-hidden={true}
className="fa fa-arrow-right"
id="Icon2"
id="Icon1"
/>
<span
className="sr-only"
Expand Down Expand Up @@ -692,7 +692,7 @@ exports[`BlockList component render with basic parameters 1`] = `
<span
aria-hidden={true}
className="fa fa-arrow-right"
id="Icon2"
id="Icon1"
/>
<span
className="sr-only"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ exports[`ReportStatus component render in progress status 1`] = `
<span
aria-hidden={true}
className="fa fa-refresh fa-spin fa-fw"
id="Icon2"
id="Icon1"
/>
</div>
</div>
Expand All @@ -50,7 +50,7 @@ exports[`ReportStatus component render success status 1`] = `
<span
aria-hidden={true}
className="fa fa-link"
id="Icon2"
id="Icon1"
/>
</div>
View Report
Expand Down
Loading
Loading