Skip to content

Commit

Permalink
folder renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
msramalho committed Oct 9, 2023
1 parent 95b8951 commit c498e74
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.idea/
build/
node_modules/

dev.config.js
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Read Bellingcat's article about this project in
<br>
<br>

![ukraine.bellingcat.com timemap preview](docs/example-timemap.png)
![ukraine.bellingcat.com timemap preview](includes/example-timemap.png)

## Development
* `npm install` to setup
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
2 changes: 1 addition & 1 deletion src/components/TemplateCover.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const MEDIA_HIDDEN = -2;

/**
* Manages the presentation of props that come in from the store's app.cover.
* These are documented in docs/custom-cover.md.
* These are documented in includes/custom-cover.md.
* The component is a bit of a mess, keeping a lot of internal state and using
* a couple of weird offset calculations... but it works for the time being.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/store/initial.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ 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.",
"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 includes/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",
},
toolbar: {
Expand Down

0 comments on commit c498e74

Please sign in to comment.