aboutsummaryrefslogtreecommitdiff
path: root/src/Report.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/Report.js')
-rw-r--r--src/Report.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Report.js b/src/Report.js
index 7fc98e1..f122245 100644
--- a/src/Report.js
+++ b/src/Report.js
@@ -1,6 +1,6 @@
1/* 1/*
2 * JaCoCo Report Viewer, a web-based coverage report viewer 2 * JaCoCo Report Viewer, a web-based coverage report viewer
3 * Copyright (C) 2018 Pacien TRAN-GIRARD 3 * Copyright (C) 2018 Euxane TRAN-GIRARD
4 * Adam NAILI 4 * Adam NAILI
5 * 5 *
6 * This program is free software: you can redistribute it and/or modify 6 * This program is free software: you can redistribute it and/or modify
@@ -24,7 +24,7 @@ export class Report extends Component {
24 _renderAppInfo() { 24 _renderAppInfo() {
25 return ( 25 return (
26 <div> 26 <div>
27 Copyright &copy; 2018 Pacien TRAN-GIRARD, Adam NAILI - <a href="https://cgit.pacien.net/public/apps/upem-jacoco-viewer/about/">Sources</a> 27 Copyright &copy; 2018 Euxane TRAN-GIRARD, Adam NAILI - <a href="https://cgit.euxane.net/jacoco-viewer/about/">Sources</a>
28 </div> 28 </div>
29 ); 29 );
30 } 30 }