From 0016aaa197697ec5ff38dfb3f63ac8b6f74b48e0 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Sat, 15 Nov 2025 15:12:19 +0100 Subject: backend: add image upload --- static/pages/settings/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'static/pages/settings') diff --git a/static/pages/settings/index.js b/static/pages/settings/index.js index 6a0e231..c11a3e9 100644 --- a/static/pages/settings/index.js +++ b/static/pages/settings/index.js @@ -23,9 +23,7 @@ export default class SettingsView extends sfw.element.Container { Div.new({ id: 'image-container', children: [ - Img.new({ - src: '/images/0010.jpg', - }), + Img.new(), ] }), Div.new({ -- cgit v1.2.3-70-g09d2