Skip to content

Commit

Permalink
Fix links in converted app index pages (#6828)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed May 13, 2024
1 parent c6e4591 commit fa9e272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/_templates/convert_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
<ul class="cards-grid">
{% for item_label, item in items.items() %}
<li class="card">
<a class="card-link" href=".{{ item }}" id="{{ item }}">
<a class="card-link" href="{{ item }}" id="{{ item }}">
<div class="gallery-item">
<svg class="card-image" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-window" viewBox="0 0 16 16">
<path d="M2.5 4a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zm2-.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm1 .5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1z"/>
Expand Down

0 comments on commit fa9e272

Please sign in to comment.