Skip to content

Commit

Permalink
Remove unused copy button
Browse files Browse the repository at this point in the history
  • Loading branch information
ihavecoke committed Jun 18, 2024
1 parent bffd971 commit 6858e71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/article-meta/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ export const ArticleMeta: FC<IArticleMetaProps> = (props) => {
}, { datetime: updatedAt })}</span>
</div>
<div className="actions">
<div className="copy-section" id={"copy_trigger"} onClick={onClickCopySection}>
<div className="copy-link" />
</div>
{/*<div className="copy-section" id={"copy_trigger"} onClick={onClickCopySection}>*/}
{/* <div className="copy-link" />*/}
{/*</div>*/}
</div>
</div>
);
Expand Down

0 comments on commit 6858e71

Please sign in to comment.