We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19f7c6b + c36272b commit 8fa8529Copy full SHA for 8fa8529
1 file changed
packages/templates/src/centre-title-and-time.ts
@@ -29,9 +29,15 @@ export const centreTitleAndTime: FabricTemplate =
29
}
30
31
const timeBounding = textGroupObjects[0]?.getBoundingRect();
32
+<<<<<<< HEAD
33
const titleText = nextUp.episode
34
? `${nextUp.title} | ${nextUp.episode}`
35
: nextUp.title;
36
+=======
37
+ const titleText = overlay.episode
38
+ ? `${overlay.title} | ${overlay.episode}`
39
+ : overlay.title;
40
+>>>>>>> c36272b21a10621f144d71ff45c557d003e681ec
41
const title = new fabric.FabricText(titleText, {
42
...fontProperties,
43
originX: "center",
0 commit comments