checkpoint

This commit is contained in:
Timur Gordon
2025-06-30 14:22:02 +02:00
parent 77e602bf16
commit fdbb4b84c3
5 changed files with 8 additions and 8 deletions

View File

@@ -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>