From 97d68940a3d547771dcf24486e2efe2cdf86ae92 Mon Sep 17 00:00:00 2001 From: Cristian Scheid Date: Thu, 26 Feb 2026 14:43:45 -0300 Subject: [PATCH] refactor(recently-created-icon): use mdi/js path instead of raw svg prop setup() instead of data() Signed-off-by: Cristian Scheid --- .../FileEntry/RecentlyCreatedIcon.vue | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/apps/files/src/components/FileEntry/RecentlyCreatedIcon.vue b/apps/files/src/components/FileEntry/RecentlyCreatedIcon.vue index 6e69f0f3e7c..72aa1f66b3e 100644 --- a/apps/files/src/components/FileEntry/RecentlyCreatedIcon.vue +++ b/apps/files/src/components/FileEntry/RecentlyCreatedIcon.vue @@ -3,12 +3,12 @@ - SPDX-License-Identifier: AGPL-3.0-or-later -->