Skip to content

Commit bc750ea

Browse files
authored
Update ui_components_html.py
1 parent d3e4541 commit bc750ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gui/ui_components_html.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ def get_html_header() -> str:
77
<div style="display: flex; justify-content: space-between; align-items: center; padding: 5px;">
88
<h1 style="margin-left: 0px; font-size: 35px;">ShortGPT</h1>
99
<div style="flex-grow: 1; text-align: right;">
10-
<a href="https://discord.gg/uERx39ru3R" target="_blank" style="text-decoration: none;">
10+
<a href="https://discord.gg/bWreuAyRaj" target="_blank" style="text-decoration: none;">
1111
<button style="margin-right: 10px; padding: 10px 20px; font-size: 16px; color: #fff; background-color: #7289DA; border: none; border-radius: 5px; cursor: pointer;">Join Discord</button>
1212
</a>
13-
<a href="https://github.com/RayVentura/ShortGPT" target="_blank" style="text-decoration: none;">
14-
<button style="padding: 10px 20px; font-size: 16px; color: #fff; background-color: #333; border: none; border-radius: 5px; cursor: pointer;">Add a Star on Github ⭐</button>
13+
<a href="https://shortx.ai/?ref=sgpt" target="_blank" style="text-decoration: none;">
14+
<button style="padding: 10px 20px; font-size: 16px; color: #fff; background-color: #333; border: none; border-radius: 5px; cursor: pointer;">Join ShortX, the next upgrade of ShortGPT ⭐</button>
1515
</a>
1616
</div>
1717
</div>

0 commit comments

Comments
 (0)