diff --git a/src/components/app-link/AppLinkElement.ts b/src/components/app-link/AppLinkElement.ts
index 745773c..47e305d 100644
--- a/src/components/app-link/AppLinkElement.ts
+++ b/src/components/app-link/AppLinkElement.ts
@@ -56,7 +56,7 @@ class AppLinkElement extends BaseComponentElement {
class="btn btn-link btn-disabled${this.className ? ` ${this.className}` : ''}"
data-target="app-link.main"
style="color:grey"
- >${this.title}${this.title}`
: html`${this.title}${this.title}`}`;
};
}
diff --git a/src/components/app-menu/AppMenuElement.ts b/src/components/app-menu/AppMenuElement.ts
index 15fc092..f9f05fb 100644
--- a/src/components/app-menu/AppMenuElement.ts
+++ b/src/components/app-menu/AppMenuElement.ts
@@ -99,20 +99,24 @@ class AppMenuElement extends BaseComponentElement {
render = (): TemplateResult => {
const { isAuth, totalWallets, walletData } = this;
- const regularMenu = (path: string, title: string, action?: string): TemplateResult => {
+ const regularMenu = (path: string, title: string, action?: string, className?: string): TemplateResult => {
if (action) {
- return html`