Modify subheading of Resume page
The download link now follows best practices. The text should be clear as to what the link does.
This commit is contained in:
parent
eb6e3749dc
commit
17b8a400f5
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ export const title = "Resume - Foster Hangdaan";
|
|||
|
||||
export const header = {
|
||||
heading: "Resume",
|
||||
subheading: <span>Download a copy of my resume <a href="https://static.fosterhangdaan.com/documents/foster-hangdaan-resume.pdf" download>here</a>.</span>,
|
||||
subheading: <span><a href="https://static.fosterhangdaan.com/documents/foster-hangdaan-resume.pdf" download>Download my resume</a>.</span>,
|
||||
};
|
||||
|
||||
export default function() {
|
||||
|
|
Loading…
Reference in a new issue