v4
v4 copied to clipboard
Can’t change name and subtitle
Can't change name and subtitle from content hero It throws markdownfront error @bchiang7 and first time while npm start the building schema takes so much time
@urstrulyvishtan Can you send your hero.js? It's possible that you may have deleted something and now there's an incorrect reference. Also, for npm, that's just the way it works.
While editing the hero.js file, don't delete the variables named as one, two three ... etc. Cause these are the array elements for iterating for generating the Hero Component
@urstrulyvishtan Just go this part of your code and change the name.
const two = <h2 className="big-heading">urstrulyvishtan.</h2>;
const three = <h3 className="big-heading">I build things for the web.</h3>;
const four = (
<>
<p>
I’m a software engineer specializing in building (and occasionally designing) exceptional
digital experiences. Currently, I’m focused on building accessible, human-centered products
at{' '}
<a href="https://upstatement.com/" target="_blank" rel="noreferrer">
Upstatement
</a>
.
</p>
</>