Skip to content

Commit f808205

Browse files
committed
Cleanup
1 parent 841f47f commit f808205

File tree

2 files changed

+0
-25
lines changed

2 files changed

+0
-25
lines changed

resources/views/components/sponsors/lists/docs/corporate-sponsors.blade.php

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -27,27 +27,6 @@
2727
'alt' => 'Quantumweb logo',
2828
'name' => 'Quantumweb',
2929
],
30-
// Uncomment these if you want to include the commented sponsors
31-
/*
32-
[
33-
'url' => 'https://serverauth.com/',
34-
'title' => 'Learn more about ServerAuth',
35-
'label' => 'Visit ServerAuth website',
36-
'component' => 'sponsors.logos.serverauth',
37-
'class' => 'block h-auto max-h-8 max-w-full fill-[#042340] dark:fill-white',
38-
'alt' => 'ServerAuth logo',
39-
'name' => 'ServerAuth'
40-
],
41-
[
42-
'url' => 'https://borah.digital/',
43-
'title' => 'Learn more about Borah Digital Labs',
44-
'label' => 'Visit Borah Digital Labs website',
45-
'component' => 'sponsors.logos.borah',
46-
'class' => 'block h-auto max-h-8 max-w-full dark:brightness-125',
47-
'alt' => 'Borah Digital Labs logo',
48-
'name' => 'Borah Digital Labs'
49-
],
50-
*/
5130
];
5231
5332
$randomSponsor = $sponsors[array_rand($sponsors)];

routes/console.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,3 @@
1313
| simple approach to interacting with each command's IO methods.
1414
|
1515
*/
16-
17-
Artisan::command('inspire', function () {
18-
$this->comment(Inspiring::quote());
19-
})->purpose('Display an inspiring quote');

0 commit comments

Comments
 (0)