Fixing the Robux Generator 👀
This commit is contained in:
parent
119e1fb567
commit
d8ee33904b
|
@ -400,9 +400,14 @@
|
|||
<label for="robux-amount" class="form-label">Robux Amount</label>
|
||||
<input type="number" class="form-control" id="robux-amount">
|
||||
</div>
|
||||
<button type="submit" class="btn btn-primary" id="robux-submit">Submit</button>
|
||||
</form>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<!-- Yes -->
|
||||
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal" id="robut-submit">
|
||||
Ok
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -419,7 +424,7 @@
|
|||
</div>
|
||||
<div class="modal-footer">
|
||||
<!-- Yes -->
|
||||
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal" id="gdpr-button">
|
||||
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">
|
||||
Ok
|
||||
</button>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue