Add a copy button to the article title

This commit is contained in:
2025-12-02 23:19:12 +00:00
parent 169a84faa1
commit 482753e96a
5 changed files with 9 additions and 9 deletions

View File

@@ -101,7 +101,7 @@ function Feed({ updateCache }) {
<title>QotNews</title>
<meta name="robots" content="index" />
</Helmet>
{loadingStatus && <p>Fetching stories {loadingStatus.current} / {loadingStatus.total}...</p>}
{loadingStatus && <p>Preloading stories {loadingStatus.current} / {loadingStatus.total}...</p>}
{error &&
<details style={{marginBottom: '1rem'}}>
<summary>Connection error? Click to expand.</summary>