Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kb10uy authored Nov 19, 2023
1 parent 449a911 commit 961fd2a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,8 @@ <h5 class="m-0">License</h5>
</div>
<h5 class="m-0 mb-2">Listing URL</h5>
<div class="row align-items-center">
{{~ if listingInfo.InfoLink.Url ~}}
<fluent-text-field aria-readonly="true" id="packageInfoVccUrlField" class="vccUrlField" readonly value="{{listingInfo.InfoLink.Url}}">
</fluent-text-field>
{{~ end; ~}}
<fluent-text-field aria-readonly="true" id="packageInfoVccUrlField" class="vccUrlField" readonly value="{{listingInfo.Url}}">
</fluent-text-field>

<fluent-button class="ms-2" id="packageInfoVccUrlFieldCopy">
<svg slot="start" width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
Expand Down

0 comments on commit 961fd2a

Please sign in to comment.