Skip to content

Commit 14b9199

Browse files
committed
added changelog to webui
1 parent a99089a commit 14b9199

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

src/server/templates/components/footer.jinja

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,14 @@
1111
'icons/python.svg',
1212
'Python Package') }}
1313
</div>
14-
{# Right column - Discord #}
15-
<div class="flex justify-end">
14+
{# Right column - Discord + Changelog #}
15+
<div class="flex justify-end space-x-4">
1616
{{ footer_icon_link('https://discord.gg/zerRaGK9EC',
1717
'icons/discord.svg',
1818
'Discord') }}
19+
{{ footer_icon_link('https://github.com/coderamp-labs/gitingest/releases/tag/v0.1.5',
20+
'icons/changelog.svg',
21+
'Changelog: v0.1.5') }}
1922
</div>
2023
</div>
2124
</div>

src/static/icons/changelog.svg

Lines changed: 16 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)