ctrl k
  • ■ ■ ■ ■ ■
    client/src/pages/components/shell.html
    skipped 140 lines
    141 141   {% endcall %}
    142 142   {{ nav_list([
    143 143   [
    144  - { 'header': true, 'text': 'Importing', 'icon': '/static/menu/importer.svg' },
    145  - { 'text': 'Import', 'link': '/importer', 'icon': '/static/menu/index.svg' },
     144 + { 'header': true, 'text': 'Import', 'link': '/importer', 'icon': '/static/menu/importer.svg' },
    146 145   { 'text': 'FAQ', 'link': '/importer/tutorial', 'icon': '/static/menu/faq.svg' }
    147 146   ],
    148 147   [
    skipped 24 lines
    173 172   <img src="/static/menu.svg" />
    174 173   </div>
    175 174   {{ header_link('/', 'Home', 'home') }}
    176  - {{ header_link('/importer', 'Importing') }}
     175 + {{ header_link('/importer', 'Import') }}
    177 176   {{ header_link('/artists', 'Artists') }}
    178 177   {{ header_link('/posts', 'Posts') }}
    179 178   {{ header_link('/account/login', 'Login', 'login') }}
    skipped 33 lines
Page is in error, reload to recover