Skip to content

Commit 211ae06

Browse files
authored
Merge pull request #4585 from cloud-gov/chore-swap-button-icon
chore: swap experiment icon for report icon in report button
2 parents f0ec177 + c83e657 commit 211ae06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/components/site/siteBuildsBuild.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import {
2323
IconSpinner,
2424
IconX,
2525
IconRebuild,
26-
IconExperiment,
26+
IconReport,
2727
} from '../icons';
2828

2929
function BuildLogsLink({ buildId, siteId }) {
@@ -212,7 +212,7 @@ export const SiteBuildsBuild = ({
212212
</>
213213
) : (
214214
<>
215-
<IconExperiment />
215+
<IconReport />
216216
Get report
217217
</>
218218
)}

0 commit comments

Comments
 (0)