Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorszaimen <szaimen@e.mail.de>2022-08-31 16:37:48 +0300
committerszaimen <szaimen@e.mail.de>2022-08-31 16:37:48 +0300
commit0c90474296f3c062a5ae64225a3ef49480865e1d (patch)
tree4d4e4fb56b057417747bb9b58d4d788e15c08951 /tests
parent17ee17cdbf2002fd5a91938b156d204733a68cfb (diff)
add a better icon for personal settings
Signed-off-by: szaimen <szaimen@e.mail.de>
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/NavigationManagerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/NavigationManagerTest.php b/tests/lib/NavigationManagerTest.php
index 260fb9a70ed..d29b6888c2c 100644
--- a/tests/lib/NavigationManagerTest.php
+++ b/tests/lib/NavigationManagerTest.php
@@ -287,7 +287,7 @@ class NavigationManagerTest extends TestCase {
'id' => 'settings',
'order' => 2,
'href' => '/apps/test/',
- 'icon' => '/apps/settings/img/admin.svg',
+ 'icon' => '/apps/settings/img/personal.svg',
'name' => 'Personal settings',
'active' => false,
'type' => 'settings',