Skip to content

Commit 0fc3d6a

Browse files
committed
Make routes and sidebar links blue
1 parent d196626 commit 0fc3d6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/Console/Commands/AddCustomRouteContent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function handle()
4747
$disk = Storage::disk($disk_name);
4848
$code = $this->argument('code');
4949

50-
$this->progressBlock("Adding route to $path");
50+
$this->progressBlock("Adding route to <fg=blue>$path</>");
5151

5252
// Validate file exists
5353
if (! $disk->exists($path)) {

src/app/Console/Commands/AddSidebarContent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function handle()
4646
$disk = Storage::disk($disk_name);
4747
$code = $this->argument('code');
4848

49-
$this->progressBlock("Adding sidebar entry to $path");
49+
$this->progressBlock("Adding sidebar entry to <fg=blue>$path</>");
5050

5151
// Validate file exists
5252
if (! $disk->exists($path)) {

0 commit comments

Comments
 (0)