add helper links to external info about errors to custom error pages

This commit is contained in:
Adam Piontek 2021-04-07 12:48:37 -04:00
parent a9c12d326f
commit 186f55c311
3 changed files with 20 additions and 3 deletions
assets/js

View file

@ -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";