Skip to content

Commit 7a7701d

Browse files
committed
fix papers title
1 parent 672f471 commit 7a7701d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/papers/index.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Papers | <%= Rails.application.config.site_name %>
66
<header class="mb-8">
77
<div class="flex justify-between items-center">
88
<h1 class="text-3xl font-bold text-gray-900 dark:text-white">
9-
Papers
9+
Interesting Papers
1010
</h1>
1111
<% if @papers.any? && authenticated? %>
1212
<%= link_to "Add Paper", new_link_path, class: "inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700 dark:bg-indigo-500 dark:hover:bg-indigo-600" %>

0 commit comments

Comments
 (0)