main #25

Merged
jank merged 25 commits from main into prod 2025-03-15 18:06:22 +00:00
Showing only changes of commit f69b3bb759 - Show all commits

View file

@ -17,5 +17,14 @@
</head> </head>
<body class="h-full base-100 mat-typography"> <body class="h-full base-100 mat-typography">
<app-root></app-root> <app-root></app-root>
<script src="https://support.kjan.de/assets/chat/chat-no-jquery.min.js"></script>
<script>
(function() {
new ZammadChat({
fontSize: '12px',
chatId: 1
});
})();
</script>
</body> </body>
</html> </html>