Skip to content

Commit

Permalink
Change link text
Browse files Browse the repository at this point in the history
  • Loading branch information
wzhengg authored and KevinMulhern committed Feb 9, 2023
1 parent d4b5d70 commit 1a8d865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/_footer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<%= link_to 'Blog', ODIN_BLOG_URL, target: '_blank', rel: 'noreferrer', class: 'hover:text-gray-500 dark:hover:text-gray-400' %>
<%= link_to 'Success Stories', success_stories_path, class: 'hover:text-gray-500 dark:hover:text-gray-400' %>
<%= link_to 'Contribute', contributing_path, class: 'hover:text-gray-500 dark:hover:text-gray-400' %>
<%= link_to 'Appendix', lessons_installation_lessons_path, class: 'hover:text-gray-500 dark:hover:text-gray-400' %>
<%= link_to 'Installation Guides', lessons_installation_lessons_path, class: 'hover:text-gray-500 dark:hover:text-gray-400' %>
<%= link_to 'Terms of Use', terms_of_use_path, class: 'hover:text-gray-500 dark:hover:text-gray-400' %>
</div>
</div>
Expand Down

0 comments on commit 1a8d865

Please sign in to comment.