Skip to content

Commit

Permalink
fix: fix description field
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnacioHeredia committed Aug 27, 2024
1 parent 1358d3a commit 301245a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ def generate_footer(metadata):
footer = f"""
<link href="https://use.fontawesome.com/releases/v5.13.0/css/all.css" rel="stylesheet">
<b>Author(s)</b>: {author} <br>
<b>Description:</b>: {metadata.get('summary', '')} <br>
<b>Description</b>: {description} <br>
<b>UI version</b>: <a href="{version_link}"><code>{version_text}</code></a> <br>
<br><br>
{logo}
Expand Down

0 comments on commit 301245a

Please sign in to comment.