Skip to content

Commit

Permalink
Merge pull request #176 from Lemoncode/epic/html-export
Browse files Browse the repository at this point in the history
added new description to header
  • Loading branch information
brauliodiez authored Sep 11, 2023
2 parents c661ce1 + 4c0da44 commit ddf2f82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const Header: React.FC = () => {
<span>
Exporta tu perfil <span className={classes.span1}>JSON</span> de{' '}
</span>
<span className={classes.span2}>Manfred a Word y Markdown</span>
<span className={classes.span2}>Manfred a Word, Markdown y HTML</span>
</h1>
);
};

0 comments on commit ddf2f82

Please sign in to comment.