Skip to content

Commit

Permalink
Fill in info text on the price calculator component
Browse files Browse the repository at this point in the history
  • Loading branch information
Raccoon254 committed Jun 10, 2024
1 parent d7b7b52 commit da895b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/views/livewire/price-calculator.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ class="absolute top-0 right-0 bg-blue-500 text-white p-2 rounded-bl-lg rounded-t
Order Price Calculator
</h3>

<p class="mb-4">
Fill in the details below to calculate <br> the price of your order.
</p>

<form wire:submit.prevent="showPriceModal">
<div class="relative mb-3">
<input type="text" id="topic" wire:model="topic" class="w-full p-2 border border-gray-300 rounded-lg"
Expand Down

0 comments on commit da895b3

Please sign in to comment.