diff --git a/_dev/js/theme/components/useAlertToast.js b/_dev/js/theme/components/useAlertToast.js index a4bfe22c..ea370bbf 100644 --- a/_dev/js/theme/components/useAlertToast.js +++ b/_dev/js/theme/components/useAlertToast.js @@ -35,7 +35,7 @@ const useAlertToast = (params = {}) => { * @returns {HTMLElement} - The constructed toast element. */ const buildToastTemplate = (text, type, toastId) => parseToHtml(` -