summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/views/paragraph/components
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-10-20 19:55:35 +0200
committerJules Laplace <julescarbon@gmail.com>2020-10-20 19:55:35 +0200
commit7eebb16aee7a6b439773f58002e8c3bf1fa4315e (patch)
treef0731a90a6079aa8ff095a2b44a6ff4bbf6d7a6d /animism-align/frontend/app/views/paragraph/components
parentd7c729c1cbd319398933466d43a2868d1ab4c218 (diff)
footnotes element, close box, navigate to timestamp when clicking go to text
Diffstat (limited to 'animism-align/frontend/app/views/paragraph/components')
-rw-r--r--animism-align/frontend/app/views/paragraph/components/paragraphTypes/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/animism-align/frontend/app/views/paragraph/components/paragraphTypes/index.js b/animism-align/frontend/app/views/paragraph/components/paragraphTypes/index.js
index dd53f0b..5180d5e 100644
--- a/animism-align/frontend/app/views/paragraph/components/paragraphTypes/index.js
+++ b/animism-align/frontend/app/views/paragraph/components/paragraphTypes/index.js
@@ -20,7 +20,7 @@ export const paragraphElementLookup = {
pullquote: React.memo(Paragraph),
big_text: React.memo(Paragraph),
section_heading: React.memo(ParagraphHeading),
- heading_text: React.memo(ParagraphHeading),
+ // heading_text: React.memo(ParagraphHeading),
video: React.memo(MediaVideo),
image: React.memo(MediaImage),
}