Compose your question
diff --git a/resources/views/components/threads/subscribe.blade.php b/resources/views/components/threads/subscribe.blade.php
index 67053467c..d0913b9fd 100644
--- a/resources/views/components/threads/subscribe.blade.php
+++ b/resources/views/components/threads/subscribe.blade.php
@@ -5,7 +5,7 @@
Notifications
@can(App\Policies\ThreadPolicy::UNSUBSCRIBE, $thread)
-
+
Unsubscribe
@@ -16,7 +16,7 @@
You are currently receiving notifications of updates from this thread.
@elsecan(App\Policies\ThreadPolicy::SUBSCRIBE, $thread)
-
+
Subscribe
@@ -28,4 +28,4 @@
@endcan
-