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 91e33a8 commit 647e004Copy full SHA for 647e004
database/seeders/ButtonSeeder.php
@@ -221,10 +221,6 @@ public function run()
221
[
222
'name' => 'apple-podcasts'
223
],
224
-
225
- [
226
- 'name' => 'bookwyrm'
227
- ],
228
229
230
'name' => 'briar'
@@ -395,7 +391,11 @@ public function run()
395
391
396
392
397
393
398
- 'name' => 'icon'
394
+ 'name' => 'icon'
+ ],
+
+ [
+ 'name' => 'bookwyrm'
399
400
401
];
0 commit comments