diff --git a/resources/views/partials/header.blade.php b/resources/views/partials/header.blade.php
index f7a4f3b0..337587a2 100644
--- a/resources/views/partials/header.blade.php
+++ b/resources/views/partials/header.blade.php
@@ -20,12 +20,14 @@ class="block px-4"
Bios
Talks
Account
-
- Public Speaker Profile
-
+ @if (auth()->user()->profile_slug)
+
+ Public Speaker Profile
+
+ @endif
Log out
@else
How it Works
@@ -62,12 +64,14 @@ class="hidden inline rounded-full w-8 lg:block"
Account
-
- Public Speaker Profile
-
+ @if (auth()->user()->profile_slug)
+
+ Public Speaker Profile
+
+ @endif
Log out