Skip to content

Commit 7639cc9

Browse files
committed
Bug fix for perf images in github-hosted docs.
1 parent 695fd80 commit 7639cc9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

apps/docs/src/app/containers/performance/profiles/profiles.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ <h3>Pure Angular View</h3>
2828

2929
<h3>React Rendered Dots (Angular Counter)</h3>
3030
<div class="perf-mixed perf-image">
31-
<img (click)="zoom2 = !zoom2" [class.zoom]="zoom2" src='~/assets/angular_react_angular_perf.png' />
31+
<img (click)="zoom2 = !zoom2" [class.zoom]="zoom2" src='assets/angular_react_angular_perf.png' />
3232
</div>
3333

3434
<h3>React Rendered Dots (React Counter)</h3>
3535
<div class="perf-react perf-image">
36-
<img (click)="zoom3 = !zoom3" [class.zoom]="zoom3" src='../../../../assets/angular_react_perf.png' />
36+
<img (click)="zoom3 = !zoom3" [class.zoom]="zoom3" src='assets/angular_react_perf.png' />
3737
</div>
3838
</div>

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
// We need to redirect to the URL the user was trying to access.
99
history.replaceState(null, null, redirect);
1010
}
11-
})();</script><!-- /Github Pages hack. --><app-root class="mat-typography"></app-root><script type="text/javascript" src="inline.318b50c57b4eba3d437b.bundle.js"></script><script type="text/javascript" src="polyfills.9a8df1a7a1c2b9447f3a.bundle.js"></script><script type="text/javascript" src="main.1cd07883fd3ac3596e4f.bundle.js"></script></body></html>
11+
})();</script><!-- /Github Pages hack. --><app-root class="mat-typography"></app-root><script type="text/javascript" src="inline.318b50c57b4eba3d437b.bundle.js"></script><script type="text/javascript" src="polyfills.9a8df1a7a1c2b9447f3a.bundle.js"></script><script type="text/javascript" src="main.3241666694f77e387e6f.bundle.js"></script></body></html>
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)