diff --git a/archivebox/templates/admin/index.html b/archivebox/templates/admin/index.html
index a25c84ca..0cba31aa 100644
--- a/archivebox/templates/admin/index.html
+++ b/archivebox/templates/admin/index.html
@@ -44,9 +44,7 @@
}
.abx-admin-hero {
- margin: 0 0 16px;
- padding: 8px 0 12px;
- border-bottom: 1px solid var(--abx-paper-3);
+ display: none;
}
.abx-admin-kicker {
diff --git a/etc/package.json b/etc/package.json
index a8c4c9ec..485de0d0 100644
--- a/etc/package.json
+++ b/etc/package.json
@@ -1,6 +1,6 @@
{
"name": "archivebox",
- "version": "0.9.31rc25",
+ "version": "0.9.31rc26",
"repository": "github:ArchiveBox/ArchiveBox",
"license": "MIT",
"dependencies": {
diff --git a/pyproject.toml b/pyproject.toml
index 61b37d3e..57d66298 100755
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "archivebox"
-version = "0.9.31rc25"
+version = "0.9.31rc26"
requires-python = ">=3.13"
description = "Self-hosted internet archiving solution."
authors = [{name = "Nick Sweeting", email = "pyproject.toml@archivebox.io"}]