Rename application to 'Sport Science Coach'

This commit is contained in:
2025-04-27 16:33:56 +02:00
parent fc15f362cf
commit 66884527f1
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
/**
* Health Analytics Dashboard Configuration
* Sport Science Coach Configuration
* Contains settings for OpenAI API, system prompts, and application configuration
*/
+1 -1
View File
@@ -182,7 +182,7 @@ class ReportGenerator {
const element = this.reportContainer;
const opt = {
margin: [10, 10],
filename: 'health-analytics-report.pdf',
filename: 'Sport-Science-Coach-report.pdf',
image: { type: 'jpeg', quality: 0.98 },
html2canvas: {
scale: 2,