Skip to content

Commit 2e382fc

Browse files
author
CaffeineSheep
committed
updated tasks to SymbolHub
1 parent 09471d1 commit 2e382fc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/Http/Controllers/HomeController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function index(Request $request, ActivityQueries $activities)
4141
$quickLinks = collect([
4242
new BasicListItem('/shelves/symbols', 'All Symbols', 'See all of the official symbols', 'star-circle'),
4343
// new BasicListItem('http://localhost:4000', 'Community Tasks', 'Go to the task manager', 'check'),
44-
new BasicListItem(env('TASK_MANAGER_URL', null), 'Tasks', 'Go to the community task manager', 'check'),
44+
new BasicListItem(env('TASK_MANAGER_URL', null), 'Find Symbols To Add', 'Go to the community task manager', 'check'),
4545
// new BasicListItem('/shelves/to-do-lists/all', 'To-Do Items', 'Help out by checking off to-do items!', 'check'),
4646
new BasicListItem('/shelves/getting-started/all', 'How Can I Help?', 'Learn how you can help Symbolpedia!', 'info'),
4747
// ...(Bookshelf::getBySlug('contribute')->visibleBooks()->get()->all() ?? [], true),

resources/views/common/header.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class="mobile-menu-toggle hide-over-l">@icon('more')</button>
9898
<li>
9999
<a href="{{ env('TASK_MANAGER_URL', null) }}" class="icon-item">
100100
@icon('check')
101-
<div>Go To Tasks</div>
101+
<div>SymbolHub</div>
102102
</a>
103103
</li>
104104
{{-- <li>

0 commit comments

Comments
 (0)