feat(BOOK-212): Refactored LoginButton and added successful tracking functionality

Approved-by: Linus Flood
This commit is contained in:
Erik Tiekstra
2025-11-11 06:57:49 +00:00
parent 1b35618eb2
commit c93e2b6f0b
8 changed files with 91 additions and 71 deletions
@@ -17,6 +17,7 @@ article.wrapper .preamble {
.loginContainer {
display: grid;
gap: var(--Spacing-x2);
justify-items: start;
}
.button {