diff --git a/docs/release-notes/version-3.0.md b/docs/release-notes/version-3.0.md
index fd7603c0e..e33ef2663 100644
--- a/docs/release-notes/version-3.0.md
+++ b/docs/release-notes/version-3.0.md
@@ -1,11 +1,12 @@
# NetBox v3.0
-## v2.11.12 (2021-08-23)
+## v3.0.1 (FUTURE)
### Bug Fixes
* [#7070](https://github.com/netbox-community/netbox/issues/7070) - Fix exception when filtering by prefix max length in UI
* [#7071](https://github.com/netbox-community/netbox/issues/7071) - Fix exception when removing a primary IP from a device/VM
+* [#7096](https://github.com/netbox-community/netbox/issues/7096) - Home links should honor `BASE_PATH` configuration
---
diff --git a/netbox/templates/base/sidenav.html b/netbox/templates/base/sidenav.html
index 8941171e5..5790e8c44 100644
--- a/netbox/templates/base/sidenav.html
+++ b/netbox/templates/base/sidenav.html
@@ -7,12 +7,12 @@
{# Brand #}
{# Full Logo #}
-
+
{# Icon Logo #}
-
+
diff --git a/netbox/templates/media_failure.html b/netbox/templates/media_failure.html
index 10b01291d..e3b7ef309 100644
--- a/netbox/templates/media_failure.html
+++ b/netbox/templates/media_failure.html
@@ -42,7 +42,7 @@
The file
{{ filename }}
exists in the static root directory and is readable by the HTTP process.
-
Click here to attempt loading NetBox again.
+Click here to attempt loading NetBox again.