diff --git a/app/views/layouts/_logined_header.html.erb b/app/views/layouts/_logined_header.html.erb index 6da60505..19915869 100644 --- a/app/views/layouts/_logined_header.html.erb +++ b/app/views/layouts/_logined_header.html.erb @@ -22,7 +22,7 @@ <% end %>
  • "> <%= link_to "在线竞赛", competitions_path %> - +
  • "><%= link_to "教学案例", libraries_path %>
  • diff --git a/app/views/layouts/_unlogin_header.html.erb b/app/views/layouts/_unlogin_header.html.erb index 0667330c..6ee75008 100644 --- a/app/views/layouts/_unlogin_header.html.erb +++ b/app/views/layouts/_unlogin_header.html.erb @@ -24,7 +24,7 @@ <% end %>
  • "> <%= link_to "在线竞赛", competitions_path %> - +
  • "><%= link_to "教学案例", libraries_path %>
  • diff --git a/public/react/src/modules/tpm/NewHeader.js b/public/react/src/modules/tpm/NewHeader.js index e4cfd6cf..2377198e 100644 --- a/public/react/src/modules/tpm/NewHeader.js +++ b/public/react/src/modules/tpm/NewHeader.js @@ -398,7 +398,7 @@ class NewHeader extends Component {
  • 在线竞赛 - + {/**/}
  • 教学案例