diff options
Diffstat (limited to 'static/pages/settings/index.js')
| -rw-r--r-- | static/pages/settings/index.js | 4 |
1 files changed, 1 insertions, 3 deletions
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({ |