diff options
author | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-04-08 21:02:45 -0700 |
---|---|---|
committer | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-04-08 21:02:45 -0700 |
commit | 7c70b9d2f0b0eee93e167bdb8b4e334607d91fed (patch) | |
tree | 61f801fa8f08a8d7540c2b33ec81d0120d8204a9 /src/components | |
parent | 7c6c155f0e9a2cb48a834de847b32e1d4a7a4ea0 (diff) |
Put desc in paragraph
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/project.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/project.js b/src/components/project.js index 38972ee..72665d2 100644 --- a/src/components/project.js +++ b/src/components/project.js @@ -88,7 +88,7 @@ export const Project = p => { margin-bottom: ${margins.md}px; `} > - {p.desc} + <p>{p.desc}</p> </div> ) : null} {p.projectDetails |