Skip to content

Commit

Permalink
updated tasks to SymbolHub
Browse files Browse the repository at this point in the history
  • Loading branch information
CaffeineSheep committed Mar 15, 2023
1 parent 09471d1 commit 2e382fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Http/Controllers/HomeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function index(Request $request, ActivityQueries $activities)
$quickLinks = collect([
new BasicListItem('/shelves/symbols', 'All Symbols', 'See all of the official symbols', 'star-circle'),
// new BasicListItem('http://localhost:4000', 'Community Tasks', 'Go to the task manager', 'check'),
new BasicListItem(env('TASK_MANAGER_URL', null), 'Tasks', 'Go to the community task manager', 'check'),
new BasicListItem(env('TASK_MANAGER_URL', null), 'Find Symbols To Add', 'Go to the community task manager', 'check'),
// new BasicListItem('/shelves/to-do-lists/all', 'To-Do Items', 'Help out by checking off to-do items!', 'check'),
new BasicListItem('/shelves/getting-started/all', 'How Can I Help?', 'Learn how you can help Symbolpedia!', 'info'),
// ...(Bookshelf::getBySlug('contribute')->visibleBooks()->get()->all() ?? [], true),
Expand Down
2 changes: 1 addition & 1 deletion resources/views/common/header.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class="mobile-menu-toggle hide-over-l">@icon('more')</button>
<li>
<a href="{{ env('TASK_MANAGER_URL', null) }}" class="icon-item">
@icon('check')
<div>Go To Tasks</div>
<div>SymbolHub</div>
</a>
</li>
{{-- <li>
Expand Down

0 comments on commit 2e382fc

Please sign in to comment.