better logo styling, variable button text

This commit is contained in:
Lachlan Kermode
2020-06-30 15:18:49 +02:00
parent 2e2b9e4442
commit 95196e721c
2 changed files with 39 additions and 10 deletions

View File

@@ -91,7 +91,8 @@ const initial = {
},
cover: {
title: 'project title',
description: 'A description of the project goes here.\n\nThis description may contain markdown.\n\n# This is a large title, for example.\n\n## Whereas this is a slightly smaller title.\n\nCheck out docs/custom-covers.md in the [Timemap GitHub repo](https://github.com/forensic-architecture/timemap) for more information around how to specify custom covers.'
description: 'A description of the project goes here.\n\nThis description may contain markdown.\n\n# This is a large title, for example.\n\n## Whereas this is a slightly smaller title.\n\nCheck out docs/custom-covers.md in the [Timemap GitHub repo](https://github.com/forensic-architecture/timemap) for more information around how to specify custom covers.',
exploreButton: 'EXPLORE'
},
loading: false
},