Skip to content

Commit

Permalink
Update UrlManager.razor
Browse files Browse the repository at this point in the history
  • Loading branch information
OwlCodeRepo authored Mar 29, 2024
1 parent 51370dd commit e6187c4
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@ else
<ValidationMessage For="@(() => shortUrlRequest.Url)" />
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-12 col-lg-12 col-md-12">
owlautocs.com/
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-12 col-lg-12 col-md-12">
<SfTextBox id="vanity" Placeholder="Vanity" FloatLabelType="@FloatLabelType.Auto"
Expand Down

0 comments on commit e6187c4

Please sign in to comment.