diff --git a/public/logo-en.svg b/public/logo-en.svg new file mode 100644 index 0000000..6a29c42 --- /dev/null +++ b/public/logo-en.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/public/logo-pl.svg b/public/logo-pl.svg new file mode 100644 index 0000000..fcc8285 --- /dev/null +++ b/public/logo-pl.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/src/components/cards/RealStockCard.vue b/src/components/cards/RealStockCard.vue index 42c3401..4d270bc 100644 --- a/src/components/cards/RealStockCard.vue +++ b/src/components/cards/RealStockCard.vue @@ -6,13 +6,17 @@

- ZESTAWIENIA REALNE by Railtrains997 + {{ $t('realstock.title') }} Railtrains997

- + - + - +
diff --git a/src/components/sections/LogoSection.vue b/src/components/sections/LogoSection.vue index 5e2b33b..daf17c1 100644 --- a/src/components/sections/LogoSection.vue +++ b/src/components/sections/LogoSection.vue @@ -1,6 +1,6 @@