summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Van Doorn <vandoorn.nick@gmail.com>2019-04-08 21:02:45 -0700
committerNick Van Doorn <vandoorn.nick@gmail.com>2019-04-08 21:02:45 -0700
commit7c70b9d2f0b0eee93e167bdb8b4e334607d91fed (patch)
tree61f801fa8f08a8d7540c2b33ec81d0120d8204a9
parent7c6c155f0e9a2cb48a834de847b32e1d4a7a4ea0 (diff)
Put desc in paragraph
-rw-r--r--src/components/project.js2
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