Skip to content

Commit

Permalink
Addressing requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jvogt23 committed Aug 31, 2024
1 parent a679a82 commit 8482fd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions app/Http/Controllers/DashboardController.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ public function index(Request $request)
'overrideDate' => $overrideDate,
'needsResume' => $needsResume,
'githubInvitePending' => $user->github_invite_pending,
'clickupEmail' => $user->clickup_email,
'clickupInvitePending' => $user->clickup_invite_pending,
'sumsAccessPending' => $sumsAccessPending,
'signedLatestAgreement' => $signedLatestAgreement,
Expand Down
5 changes: 2 additions & 3 deletions resources/views/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,11 @@
<div class="card">
<div class="card-body">
<h4 class="card-title">
Clickup Invitation Pending
ClickUp Invitation Pending
</h4>
<p class="card-text">
You have been invited to the RoboJackets Clickup page. Please go to Clickup using the link below and accept your invitation.
You have been invited to the RoboJackets ClickUp workspace. Please check your email at <span style="font-weight: bold;">{!! $clickupEmail !!}</span> to accept your invitation.
</p>
<a href="https://app.clickup.com">Accept Your Invitation</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 8482fd9

Please sign in to comment.