From 902a60563d6e3acb2f4dd2f6e8fc7ec69f793269 Mon Sep 17 00:00:00 2001 From: sigoden Date: Wed, 22 Feb 2023 10:37:54 +0800 Subject: [PATCH] chore: ui change edit icon --- README.md | 2 +- assets/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2d6cfc..efacc74 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Dufs is a distinctive utility file server that supports static serving, uploading, searching, accessing control, webdav... -![demo](https://user-images.githubusercontent.com/4012553/220502713-eb5a0560-da3b-463b-81ea-85c4569abc66.png) +![demo](https://user-images.githubusercontent.com/4012553/220506356-fcba9bd3-f0d5-4aa0-a4c0-ef8f12da7e07.png) ## Features diff --git a/assets/index.js b/assets/index.js index 94732d3..e3c6757 100644 --- a/assets/index.js +++ b/assets/index.js @@ -52,7 +52,7 @@ const ICONS = { file: ``, download: ``, move: ``, - edit: ``, + edit: ``, delete: ``, }