Skip to content

Commit

Permalink
fix: note about empty details with reference to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrax committed Jun 30, 2020
1 parent 8e004fc commit b496cf4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion gatsby-theme-contact/src/components/details.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ import React from 'react'

const Details = () => (
<>
<p>No details specified.</p>
<h3>No details specified</h3>
<p>
If you are the owner of this site, you can specify details by overriding
this file. Have a look at the README of gatsby-theme-contact for how this
is done.
</p>
</>
)

Expand Down

0 comments on commit b496cf4

Please sign in to comment.