style: Update copy link button font

This commit is contained in:
Tanner
2025-12-02 23:14:36 +00:00
parent 218c273a6d
commit e117ffe56c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ function Article({ cache }) {
</Helmet>
<h1>{story.title}</h1>
<button onClick={copyLink}>{copyButtonText}</button>
<button className='copy-button' onClick={copyLink}>{copyButtonText}</button>
<div className='info'>
Source: {sourceLink(story)}