diff --git a/app/assets/images/picture-add.svg b/app/assets/images/picture-add.svg new file mode 100644 index 000000000..610d32901 --- /dev/null +++ b/app/assets/images/picture-add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/app/assets/images/picture-remove.svg b/app/assets/images/picture-remove.svg new file mode 100644 index 000000000..db868e362 --- /dev/null +++ b/app/assets/images/picture-remove.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/app/views/bubbles/_bubble.html.erb b/app/views/bubbles/_bubble.html.erb index babbc1dc3..60b9b1bff 100644 --- a/app/views/bubbles/_bubble.html.erb +++ b/app/views/bubbles/_bubble.html.erb @@ -14,15 +14,15 @@ <%= form_with model: bubble, data: { controller: "form" } do | form | %>