mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-22 17:35:42 +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}) {
|
export default function Projects({projectData}) {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<p className={styles.description}>
|
<h2 className={styles.description}>
|
||||||
Projects
|
Projects
|
||||||
</p>
|
</h2>
|
||||||
<div className={styles.grid}>
|
<div className={styles.grid}>
|
||||||
{projectData.map((project, idx) => (
|
{projectData.map((project, idx) => (
|
||||||
<a href={project.href}
|
<a href={project.href}
|
||||||
|
Loading…
Reference in New Issue
Block a user