diff --git a/cypress/e2e/base-checks.cy.js b/cypress/e2e/base-checks.cy.js
index d26ecd4..1768b1c 100644
--- a/cypress/e2e/base-checks.cy.js
+++ b/cypress/e2e/base-checks.cy.js
@@ -37,8 +37,8 @@ describe('Base Checks', () => {
cy.get('nav a[download]')
.should('be.visible')
- .should('contain.text', 'Download CV')
- .should('have.attr', 'download', 'CV-CraigWayne.pdf');
+ .should('contain.text', 'Download Resume')
+ .should('have.attr', 'download', 'Resume-CraigWayneGovender.pdf');
})
@@ -106,4 +106,4 @@ describe('Base Checks', () => {
cy.window().its('scrollY').should('eq', 0);
})
-})
\ No newline at end of file
+})
diff --git a/resume-generator/create_pdf_from_html.js b/resume-generator/create_pdf_from_html.js
index e954fe5..d9fbb8f 100644
--- a/resume-generator/create_pdf_from_html.js
+++ b/resume-generator/create_pdf_from_html.js
@@ -60,6 +60,6 @@ const __filename = fileURLToPath(import.meta.url);
const __dirname = path.dirname(__filename);
const input_html_file = path.resolve(__dirname, '..', 'build/resume', 'index.html');
-const output_pdf_file = path.resolve(__dirname, '..', 'build', 'resume.pdf');
+const output_pdf_file = path.resolve(__dirname, '..', 'build', 'Resume-CraigWayneGovender.pdf');
create_pdf_from_html(input_html_file, output_pdf_file);
diff --git a/src/App.tsx b/src/App.tsx
index 31d0eae..c74d954 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -27,7 +27,7 @@ function AppContent() {
if (window["gtag"] !== undefined) {
window["gtag"]("event", "button_click", {
event_category: "Engagement",
- event_label: "Download CV",
+ event_label: "Download Resume",
value: 1,
});
}
@@ -162,7 +162,7 @@ function AppContent() {
onClick={() => trackDownloadCV()}
>