add helper links to external info about errors to custom error pages
This commit is contained in:
parent
a9c12d326f
commit
186f55c311
3 changed files with 20 additions and 3 deletions
assets/js
|
@ -6,7 +6,7 @@ import "../css/app.scss";
|
|||
// Import icons for sprite-loader
|
||||
// navbar brand icon
|
||||
import "../node_modules/@mdi/svg/svg/desktop-classic.svg"; // brand
|
||||
// other:///
|
||||
// other:
|
||||
import "../node_modules/@mdi/svg/svg/home.svg";
|
||||
import "../node_modules/@mdi/svg/svg/information.svg";
|
||||
import "../node_modules/@mdi/svg/svg/account.svg";
|
||||
|
@ -17,6 +17,7 @@ import "../node_modules/@mdi/svg/svg/calendar-clock.svg";
|
|||
import "../node_modules/@mdi/svg/svg/tag-multiple.svg";
|
||||
import "../node_modules/@mdi/svg/svg/rss.svg";
|
||||
import "../node_modules/@mdi/svg/svg/account-hard-hat.svg";
|
||||
import "../node_modules/@mdi/svg/svg/open-in-new.svg";
|
||||
// social
|
||||
import "../node_modules/@mdi/svg/svg/linkedin.svg";
|
||||
import "../node_modules/@mdi/svg/svg/github.svg";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue