Skip to content

Commit 0f845b7

Browse files
committed
chore(papers): shorten abstract button label
Made-with: Cursor
1 parent 305138c commit 0f845b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/papers.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ const defaultYear = years[0];
107107
href={`/papers/${paper.slug}`}
108108
class="inline-flex items-center px-4 py-1.5 bg-gray-500 text-white text-sm rounded hover:bg-gray-600 transition-colors"
109109
>
110-
See Abstract
110+
Abstract
111111
</a>
112112

113113
{paper.data.url && (

0 commit comments

Comments
 (0)