Skip to content

Commit 71bff5e

Browse files
committed
Fix Bsky link
1 parent 6ec7543 commit 71bff5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Providers/AppServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ private function registerSharedViewVariables(): void
4949
: 'dev'
5050
);
5151
View::share('discordLink', 'https://discord.gg/nativephp');
52-
View::share('bskyLink', 'https://bsky.app/profile/nativephp.bsky.social');
52+
View::share('bskyLink', 'https://bsky.app/profile/nativephp.com');
5353
View::share('openCollectiveLink', 'https://opencollective.com/nativephp');
5454
View::share('githubLink', 'https://github.com/nativephp');
5555
}

0 commit comments

Comments
 (0)