checkpoint
This commit is contained in:
@@ -310,7 +310,7 @@ pub fn administration_view(props: &AdministrationViewProps) -> Html {
|
||||
<i class="bi bi-person text-white"></i>
|
||||
</div>
|
||||
<div>
|
||||
<div class="fw-bold">{"John Doe"}</div>
|
||||
<div class="fw-bold">{"Timur Gordon"}</div>
|
||||
<small class="text-muted">{"Founder & CEO"}</small>
|
||||
</div>
|
||||
</div>
|
||||
@@ -727,7 +727,7 @@ pub fn administration_view(props: &AdministrationViewProps) -> Html {
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label class="form-label">{"Cardholder Name"}</label>
|
||||
<input type="text" class="form-control" placeholder="John Doe" />
|
||||
<input type="text" class="form-control" placeholder="Timur Gordon" />
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user