Skip to content
Snippets Groups Projects
Commit 6524e4fe authored by Neuber, Eugen Ramon's avatar Neuber, Eugen Ramon :speech_balloon: Committed by Reiter, Christoph
Browse files

Add icon to login button

(from material icon set)
parent a6e3d697
No related branches found
No related tags found
No related merge requests found
......@@ -292,7 +292,9 @@ class VPUAuth extends LitElement {
renderLoggedOut() {
return html`
<button id="login-button" @click="${this.login}" class="button main-button">${i18n.t('login')}</button>
<button id="login-button" @click="${this.login}" class="button main-button">
<vpu-icon name="login"></vpu-icon> ${i18n.t('login')}
</button>
`;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment