Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add small version counter in info tile #138

Merged
merged 1 commit into from
Dec 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spybot/templates/spybot/home/info_tile.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="card">
<div class="ribbon bg-red">NEW</div>
<div class="card-header">
<h3 class="card-title my-2">Spybot 2 release</h3>
<h3 class="card-title my-2">Spybot 2 release 2.4</h3>
</div>
<div class="card-body">
<p class="text-muted">Benno and Justus rewrote the OG teamspeak spybot as the glorious Spybot&nbsp;2. It is now written in Python as opposed to PHP and more modern, maintainable and beautiful. In addition, Spybot&nbsp;2 has more charts. Btw, did you know Spybot&nbsp;2 supports dark mode? Try the toggle in the top right.</p>
Expand Down