super_editor
super_editor copied to clipboard
Copy missing images from main to stable
We have some promo images that are referenced in the super_text_layout pubspec. Those images exist on main
but not on stable
, and as such our PR analysis keeps failing on stable
.
Copy the images from main
to stable
so our stable
CI checks work again.
Here's a random PR that shows the failure: https://github.com/superlistapp/super_editor/pull/2357