We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ec7543 commit 71bff5eCopy full SHA for 71bff5e
app/Providers/AppServiceProvider.php
@@ -49,7 +49,7 @@ private function registerSharedViewVariables(): void
49
: 'dev'
50
);
51
View::share('discordLink', 'https://discord.gg/nativephp');
52
- View::share('bskyLink', 'https://bsky.app/profile/nativephp.bsky.social');
+ View::share('bskyLink', 'https://bsky.app/profile/nativephp.com');
53
View::share('openCollectiveLink', 'https://opencollective.com/nativephp');
54
View::share('githubLink', 'https://github.com/nativephp');
55
}
0 commit comments