mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-11 18:45:41 +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 (
|
return (
|
||||||
<section>
|
<section>
|
||||||
<h2 className={styles.description}>
|
<h2 className={styles.description}>
|
||||||
Projects
|
Personal Projects
|
||||||
</h2>
|
</h2>
|
||||||
<div className={styles.grid}>
|
<div className={styles.grid}>
|
||||||
{projectData.map((project, idx) => (
|
{projectData.map((project, idx) => (
|
||||||
|
Loading…
Reference in New Issue
Block a user