Removed the word Beta from site title

This commit is contained in:
2022-09-13 11:00:53 +01:00
parent 644a539ed9
commit edb8241ad3
8 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
<nav class="navbar fixed-top navbar-expand-md navbar-dark bg-dark">
<div class="container">
<a href="{{ url_for('admin._home') }}" class="navbar-brand mb-0 h1">RefTest (Beta) | Admin</a>
<a href="{{ url_for('admin._home') }}" class="navbar-brand mb-0 h1">RefTest | Admin</a>
<button
class="navbar-toggler"
type="button"