From b496cf407b35d9e7f85175bb57362ab5115cf45f Mon Sep 17 00:00:00 2001 From: Pyrax Date: Tue, 30 Jun 2020 19:16:54 +0200 Subject: [PATCH] fix: note about empty details with reference to docs --- gatsby-theme-contact/src/components/details.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gatsby-theme-contact/src/components/details.js b/gatsby-theme-contact/src/components/details.js index d9c3917..953db89 100644 --- a/gatsby-theme-contact/src/components/details.js +++ b/gatsby-theme-contact/src/components/details.js @@ -2,7 +2,12 @@ import React from 'react' const Details = () => ( <> -

No details specified.

+

No details specified

+

+ 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. +

)