0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-07 16:38:38 +00:00

fix tab names

This commit is contained in:
Víctor Losada Hernández
2026-04-05 12:14:48 +02:00
parent 1f1dbfbb89
commit 4de936a5a0
+1 -1
View File
@@ -36,7 +36,7 @@
if (title) {
document.title = `${prefix} - ${title} - The Homebrewery`;
} else {
} else if (prefix) {
document.title = `${prefix} - The Homebrewery`;
}