diff --git a/plugins/droid-control/remotion/src/components/DroidWordmark.tsx b/plugins/droid-control/remotion/src/components/DroidWordmark.tsx index 63f73ce..558f7f8 100644 --- a/plugins/droid-control/remotion/src/components/DroidWordmark.tsx +++ b/plugins/droid-control/remotion/src/components/DroidWordmark.tsx @@ -9,7 +9,7 @@ const DROID_ASCII = ` ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ██████████ ███ ███ ██████████ ███ ██████████ -`.trim(); +`.replace(/^\n/, '').trimEnd(); export const DroidWordmark: React.FC<{ palette: Palette;