Skip to content

Commit f88f7b5

Browse files
committed
Update GitHub link in Orchid menu
1 parent 2df1965 commit f88f7b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Orchid/PlatformProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public function menu(): array
124124

125125
Menu::make('GitHub')
126126
->icon('bs.github')
127-
->url('https://github.com/laravel-russia')
127+
->url(config('services.github.org_url'))
128128
->target('_blank'),
129129
];
130130
}

0 commit comments

Comments
 (0)