Added beta wording.

This commit is contained in:
2025-07-31 15:36:11 +02:00
parent 262b4ee3cc
commit 437f7b055f

View File

@@ -1,13 +1,13 @@
{% extends "dashboard_base.html" %} {% extends "dashboard_base.html" %}
{% block title %}About RSTAT (beta){% endblock %} {% block title %}About RSTAT{% endblock %}
{% block content %} {% block content %}
<!-- This outer div now handles the centering --> <!-- This outer div now handles the centering -->
<div class="flex flex-col items-center"> <div class="flex flex-col items-center">
<div class="w-full max-w-3xl bg-slate-800/50 ring-1 ring-slate-700 rounded-2xl p-6 sm:p-10 shadow-2xl"> <div class="w-full max-w-3xl bg-slate-800/50 ring-1 ring-slate-700 rounded-2xl p-6 sm:p-10 shadow-2xl">
<div class="text-center mb-10"> <div class="text-center mb-10">
<h1 class="text-3xl sm:text-4xl font-extrabold tracking-tight text-white">About RSTAT</h1> <h1 class="text-3xl sm:text-4xl font-extrabold tracking-tight text-white">About RSTAT (beta)</h1>
</div> </div>
<!-- The 'prose' class will now work correctly inside this standard block flow --> <!-- The 'prose' class will now work correctly inside this standard block flow -->