mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-11 18:45:41 +00:00
Changed p to h2 in Projects component
This commit is contained in:
parent
db7745c87f
commit
12be94af18
@ -4,9 +4,9 @@ import ExternalLink from './ExternalLink';
|
||||
export default function Projects({projectData}) {
|
||||
return (
|
||||
<>
|
||||
<p className={styles.description}>
|
||||
<h2 className={styles.description}>
|
||||
Projects
|
||||
</p>
|
||||
</h2>
|
||||
<div className={styles.grid}>
|
||||
{projectData.map((project, idx) => (
|
||||
<a href={project.href}
|
||||
|
Loading…
Reference in New Issue
Block a user