diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-10-20 19:55:35 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-10-20 19:55:35 +0200 |
| commit | 7eebb16aee7a6b439773f58002e8c3bf1fa4315e (patch) | |
| tree | f0731a90a6079aa8ff095a2b44a6ff4bbf6d7a6d /animism-align/frontend/app/views/paragraph/components | |
| parent | d7c729c1cbd319398933466d43a2868d1ab4c218 (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.js | 2 |
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), } |
