This commit is contained in:
omkieit 2024-09-20 07:07:26 +05:30
parent d20295d9ff
commit 3b144c93f5
4 changed files with 4 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -42,7 +42,7 @@
<!-- <script src="https://stackpath.bootstrapcdn.com/bootstrap/5.1.3/js/bootstrap.bundle.min.js"></script> -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
<script type="module" crossorigin src="/assets/index-Bm6vuYkC.js"></script>
<script type="module" crossorigin src="/assets/index-tUPF5Gax.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DlbKQED5.css">
</head>

View File

@ -107,7 +107,7 @@ const SearchMysql = () => {
<div className="col-lg-8 col-md-6 col-sm-12 p-0">
<input
type="text"
placeholder="Search..."
placeholder="Enter the keyword and hit ENTER button..."
className="form-control"
id="search"
name="search"
@ -175,7 +175,7 @@ const SearchMysql = () => {
<div className="table-responsive">
<table className="table widget-26">
{/* Add table headers */}
<thead>
<thead style={{color:"#fda417", fontSize: "15px"}}>
<tr>
<th>Details</th>
<th>Total Living Square Foot</th>

View File

@ -281,4 +281,3 @@ body{
}