diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-07-02 09:00:17 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-07-02 09:22:59 +0200 |
commit | 0a4cb95c98d4b6f7c3e404535996f706c659e13e (patch) | |
tree | 4a5ac666cfcda7e4bd15a5fa07785d96e8f31738 /client/src/assets/images | |
parent | c7b836303c48861cc1681006fd4630d286a3b200 (diff) | |
download | PeerTube-0a4cb95c98d4b6f7c3e404535996f706c659e13e.tar.gz PeerTube-0a4cb95c98d4b6f7c3e404535996f706c659e13e.tar.zst PeerTube-0a4cb95c98d4b6f7c3e404535996f706c659e13e.zip |
simplify navigation within most admin menus
Diffstat (limited to 'client/src/assets/images')
-rw-r--r-- | client/src/assets/images/feather/log-in.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/assets/images/feather/log-in.svg b/client/src/assets/images/feather/log-in.svg new file mode 100644 index 000000000..ba0da59a1 --- /dev/null +++ b/client/src/assets/images/feather/log-in.svg | |||
@@ -0,0 +1 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-log-in"><path d="M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"></path><polyline points="10 17 15 12 10 7"></polyline><line x1="15" y1="12" x2="3" y2="12"></line></svg> \ No newline at end of file | |||