Compare commits

..

No commits in common. "17bca31722aff389c530ef5d4a927e6f06c9cc95" and "9c6d2e94e6b8955566be5ed7d6e98bdf42e8d821" have entirely different histories.

2 changed files with 3 additions and 5 deletions

View File

@ -71,7 +71,9 @@ const { scrollToAnchor, scrollToTop } = useAnchorScroll({
<h2 class="siteblock-title">{{ about?.title }}</h2> <h2 class="siteblock-title">{{ about?.title }}</h2>
<div class="siteblock-text"> <div class="siteblock-text">
<span v-html="aboutText"></span> <span v-html="aboutText"></span>
<p>
<button class="not-prose" @click="toggleModal">Купить прямо сейчас</button>
</p>
</div> </div>
</div> </div>
<div class="siteblock-image"> <div class="siteblock-image">

View File

@ -163,10 +163,6 @@ const calc_text = computed(() => {
<textarea id="calculation" disabled class="w-full">{{ calc_text }}</textarea> <textarea id="calculation" disabled class="w-full">{{ calc_text }}</textarea>
</div> </div>
</div> </div>
<p>
<button class="not-prose" @click="toggleModal">Купить прямо сейчас</button>
</p>
</form> </form>
</div> </div>
</template> </template>