Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ADVAPP-947]: Update the copyright text for the footer in Advising App #1079

Merged
merged 2 commits into from
Oct 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions resources/views/components/footer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ class="block h-5 dark:hidden"

<div class="flex w-full justify-center pb-4">
<span class="w-11/12 text-center text-xs lg:w-3/4 xl:w-7/12">
© 2016-{{ date('Y') }} Canyon GBS LLC. All Rights Reserved. Canyon GBS and Advising App are trademarks
of Canyon GBS
LLC. For more information or inquiries, please visit our website at <a
© 2016-{{ date('Y') }} Canyon GBS LLC. All Rights Reserved. Canyon GBS&#174; and Advising App&#174; are
trademarks of Canyon GBS LLC. For more information or inquiries, please visit our website at
<a
class="text-blue-600 underline dark:text-blue-400"
href="https://canyongbs.com/"
>https://canyongbs.com/</a>.
>https://canyongbs.com</a>.
</span>
</div>
</div>