|
8 | 8 | <div class="horizontal-line--large"></div> |
9 | 9 | <div class="menu-button--wrapper"> |
10 | 10 | <%= link_to root_path, class: request.fullpath == root_path ? 'menu-button--item-active' : 'menu-button--item' do %> |
11 | | - <img class="menu-button--icon" src="/icons/home.svg" width="20"> |
| 11 | + <img class="menu-button--icon" src="/icons/icons8-home.svg" width="22"> |
12 | 12 | <span class="menu-button--name">Home</span> |
13 | 13 | <% end %> |
14 | 14 | </div> |
15 | 15 | <div class="menu-button--wrapper"> |
16 | 16 | <%= link_to folders_path, class: request.fullpath == folders_path ? 'menu-button--item-active' : 'menu-button--item' do %> |
17 | | - <img class="menu-button--icon" src="/icons/folder-1.svg" width="20"> |
| 17 | + <img class="menu-button--icon" src="/icons/icons8-folder.svg" width="22"> |
18 | 18 | <span class="menu-button--name">Folders</span> |
19 | 19 | <% end %> |
20 | 20 | </div> |
21 | 21 | <div class="menu-button--wrapper"> |
22 | 22 | <%= link_to snippets_path, class: request.fullpath == snippets_path ? 'menu-button--item-active' : 'menu-button--item' do %> |
23 | | - <img class="menu-button--icon" src="/icons/snippet.svg" width="20"> |
| 23 | + <img class="menu-button--icon" src="/icons/icons8-file.svg" width="22"> |
24 | 24 | <span class="menu-button--name">Snippets</span> |
25 | 25 | <% end %> |
26 | 26 | </div> |
27 | | - <div class="menu-button--wrapper"> |
28 | | - <%= link_to edit_user_registration_path, class: request.fullpath == edit_user_registration_path ? 'menu-button--item-active' : 'menu-button--item' do %> |
29 | | - <img class="menu-button--icon" src="/icons/settings.svg" width="20"> |
30 | | - <span class="menu-button--name">Account</span> |
31 | | - <% end %> |
32 | | - </div> |
33 | 27 | </div> |
34 | 28 | <div class="card--container card--container-padding" style="text-align: center;"> |
35 | 29 | <%= link_to(new_snippet_modal_snippets_path, data: { controller: 'snippets', action: 'snippets#presentModal', modal_url: new_snippet_modal_snippets_path }, class: 'sidebar--new-snippet') do %> |
|
0 commit comments