diff --git a/index.html b/index.html
index 8c659d7f7..454b85c75 100644
--- a/index.html
+++ b/index.html
@@ -95,7 +95,7 @@
#splash img {
z-index: 10;
- width: clamp(104px, calc(18vw * 0.8), 160px);
+ width: clamp(85px, calc(18vw * 0.8), 120px);
height: auto;
transform-origin: center;
will-change: transform, filter;
diff --git a/src/components/login-modal/profile-form-view.tsx b/src/components/login-modal/profile-form-view.tsx
index 80a7fcbff..293a9f6c0 100644
--- a/src/components/login-modal/profile-form-view.tsx
+++ b/src/components/login-modal/profile-form-view.tsx
@@ -389,9 +389,6 @@ export const ProfileFormView: React.FC = ({
* Click the profile or cover image to select one
-
- * Images are optional (current images are placeholders)
-
diff --git a/src/components/subscribe-profile-modal.tsx b/src/components/subscribe-profile-modal.tsx
index 64aa27222..c10b81704 100644
--- a/src/components/subscribe-profile-modal.tsx
+++ b/src/components/subscribe-profile-modal.tsx
@@ -188,7 +188,7 @@ export const SubscribeProfileModal = ({
return (
<>