mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-22 07:45:40 +00:00
Updated heading in Projects component
This commit is contained in:
parent
b869bfb4e4
commit
60e997112f
@ -5,7 +5,7 @@ export default function Projects({projectData}) {
|
||||
return (
|
||||
<section>
|
||||
<h2 className={styles.description}>
|
||||
Projects
|
||||
Personal Projects
|
||||
</h2>
|
||||
<div className={styles.grid}>
|
||||
{projectData.map((project, idx) => (
|
||||
|
Loading…
Reference in New Issue
Block a user