Skip to content

Commit

Permalink
Fix sponsors url (#186)
Browse files Browse the repository at this point in the history
* Fix sponsors url

* Fix sponsors url
  • Loading branch information
saundefined authored Nov 20, 2024
1 parent 7211f1e commit bea5772
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ public function fetchSponsors()
];

$sponsors['Laravel']->image = '/assets/sponsors/laravel-logo.svg';
$sponsors['Laravel']->website = 'https://laravel.com/';

$sponsors['Sovereign Tech Fund'] = (object)[
'name' => 'Sovereign Tech Fund',
Expand Down

0 comments on commit bea5772

Please sign in to comment.