Skip to content

Commit 37c048b

Browse files
committed
should be profile.
1 parent 9ceb0cc commit 37c048b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/home/index.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<p>
1111
<%= link_to "My Credentials", explore_api_path(:me, format: :json), class: "btn btn-primary data-explore" %>
12-
<%= link_to "Projects", explore_api_path(:projects, format: :json), class: "btn btn-secondary data-explore" %>
12+
<%= link_to "Profiles", explore_api_path(:profiles, format: :json), class: "btn btn-secondary data-explore" %>
1313
<%= link_to "Sign out", destroy_user_session_path, method: :delete, class: "btn btn-primary" %>
1414
</p>
1515

0 commit comments

Comments
 (0)