remove console debug, timezone fix, color of text, about text, center tables
This commit is contained in:
@@ -47,14 +47,16 @@ const onSubmit = async (data) => {
|
||||
<strong>What is Ikea price comparison?</strong>
|
||||
<p>
|
||||
It is a community project of a group of enthusiasts from Slovakia.
|
||||
This service provides price comparison of Ikea products in European countries.
|
||||
Product prices are converted to EUR at the current rate and appear in resulting table.
|
||||
Information about the prices of Ikea products is obtained online.
|
||||
You can go to the appropriate product page by clicking on the country name.
|
||||
Thanks to this service, you can find out in which country a given Ikea product is the cheapest (you can sort
|
||||
them in the resulting table).
|
||||
This service provides price comparison of Ikea products in European countries.
|
||||
</p>
|
||||
<p>
|
||||
Product prices are converted to appropriate currency (you can change it in settings menu) at the current rate and appear in resulting table.
|
||||
You can go to the appropriate product page by clicking on the country name.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Thanks to this service, you can find out in which country a given Ikea product is the cheapest (you can sort them in the resulting table).
|
||||
</p>
|
||||
<br />
|
||||
Enjoy :)
|
||||
</div>
|
||||
</div>
|
||||
@@ -63,7 +65,8 @@ const onSubmit = async (data) => {
|
||||
<div>
|
||||
<h1 class="text-3xl font-extrabold">Message</h1>
|
||||
<p class="text-sm text-gray-400 mt-3">If you have some comments or ideas for improvement about project, let as know...</p>
|
||||
<div class="mt-12">
|
||||
|
||||
<!-- <div class="mt-12">
|
||||
<h2 class="text-lg font-extrabold">Email</h2>
|
||||
<ul class="mt-3">
|
||||
<li class="flex items-center">
|
||||
@@ -105,7 +108,7 @@ const onSubmit = async (data) => {
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
|
||||
<Form @submit="onSubmit" :validation-schema="schema" v-slot="{ errors }" >
|
||||
|
||||
Reference in New Issue
Block a user