mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 11:44:19 +00:00
Poprawki wyglądu
This commit is contained in:
@@ -71,6 +71,8 @@ export default defineComponent({
|
||||
header {
|
||||
text-align: center;
|
||||
|
||||
margin-top: 1em;
|
||||
|
||||
img {
|
||||
width: 35em;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user