Poprawki wyglądu

This commit is contained in:
2021-11-13 19:21:59 +01:00
parent e847937fed
commit dc01e64fc7
3 changed files with 16 additions and 14 deletions
+2
View File
@@ -71,6 +71,8 @@ export default defineComponent({
header {
text-align: center;
margin-top: 1em;
img {
width: 35em;
}
+1 -1
View File
@@ -235,7 +235,7 @@ export default defineComponent({
if (!allowDownload) return;
}
const fileName = prompt("Nazwij plik:", "sklad");
const fileName = prompt("Nazwij plik:", "pociag");
if (!fileName) return;