0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-22 06:48:11 +00:00

small dash

This commit is contained in:
Víctor Losada Hernández
2026-03-22 02:28:02 +01:00
parent 13150aca0d
commit 0363747d6e

View File

@@ -31,7 +31,7 @@
}
if (title) {
document.title = `${prefix}${title} - The Homebrewery`;
document.title = `${prefix} - ${title} - The Homebrewery`;
} else {
document.title = `${prefix} - The Homebrewery`;
}