Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sowmiyasubramaniyan authored and sandesh556 committed Jan 5, 2024
1 parent b23cafd commit dcae985
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@
<th>Paid</th>
<th>Balance</th>
<th>Status</th>
<th>Action</th>
<th style="width: 122px;">Action</th>

</tr> </thead>
</table>
</div>
Expand Down
4 changes: 2 additions & 2 deletions resources/views/themes/default1/front/contact.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@

<div class="form-group col-lg-6">

<label class="form-label mb-1 text-2">Your Name <span class="text-color-danger">*</span></label>
<label class="form-label mb-1 text-2">Name <span class="text-color-danger">*</span></label>

<input type="text" value="" data-msg-required="Please enter your name." maxlength="100" class="form-control text-3 h-auto py-2" name="name" id="name" required>
</div>

<div class="form-group col-lg-6">

<label class="form-label mb-1 text-2">Your E-mail Address <span class="text-color-danger">*</span></label>
<label class="form-label mb-1 text-2">E-mail Address <span class="text-color-danger">*</span></label>

<input type="email" value="" data-msg-required="Please enter your email address." data-msg-email="Please enter a valid email address." maxlength="100" class="form-control text-3 h-auto py-2" name="email" id="email" required>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ function renderWidget($widget, $set, $social, $mailchimpKey)

All Rights Reserved. Powered by

&nbsp;<a href="{{$set->website}}" class="text-color-grey text-color-hover-primary font-weight-bold" target="_blank">Faveo</a>
<a href="{{$set->website}}" class="text-color-grey text-color-hover-primary font-weight-bold" target="_blank">Faveo</a>
</p>
</div>
</div>
Expand Down

0 comments on commit dcae985

Please sign in to comment.