From 17b8a400f5c9b86aaa30d2a647159bdf66a7f3c5 Mon Sep 17 00:00:00 2001 From: Foster Hangdaan Date: Tue, 1 Aug 2023 21:23:36 -0400 Subject: [PATCH] Modify subheading of Resume page The download link now follows best practices. The text should be clear as to what the link does. --- resume.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resume.tsx b/resume.tsx index 3a895cf..681b89c 100644 --- a/resume.tsx +++ b/resume.tsx @@ -2,7 +2,7 @@ export const title = "Resume - Foster Hangdaan"; export const header = { heading: "Resume", - subheading: Download a copy of my resume here., + subheading: Download my resume., }; export default function() {