Skip to content

Commit 63a6387

Browse files
Merge pull request #4 from a1exalexander/copilot/hide-view-counter-like-button
2 parents bfa5119 + bb16422 commit 63a6387

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

src/components/Article/Article.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ export const Article = function Article({ children, className, slug }: IArticleP
1414
return (
1515
<article className={clsx(styles.article, className)}>
1616
{children}
17+
{/* Temporarily hidden - view counter and like button
1718
<footer className={styles.footer}>
1819
<ViewCounter slug={slug} />
1920
<LikeButton slug={slug} />
2021
</footer>
22+
*/}
2123
</article>
2224
);
2325
};

yarn.lock

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,15 @@
129129
dependencies:
130130
glob "10.3.10"
131131

132-
"@next/swc-darwin-arm64@14.1.0":
132+
"@next/swc-linux-x64-gnu@14.1.0":
133133
version "14.1.0"
134-
resolved "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-14.1.0.tgz"
135-
integrity sha512-nUDn7TOGcIeyQni6lZHfzNoo9S0euXnu0jhsbMOmMJUBfgsnESdjN97kM7cBqQxZa8L/bM9om/S5/1dzCrW6wQ==
134+
resolved "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-14.1.0.tgz"
135+
integrity sha512-zJ2pnoFYB1F4vmEVlb/eSe+VH679zT1VdXlZKX+pE66grOgjmKJHKacf82g/sWE4MQ4Rk2FMBCRnX+l6/TVYzQ==
136+
137+
"@next/swc-linux-x64-musl@14.1.0":
138+
version "14.1.0"
139+
resolved "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-14.1.0.tgz"
140+
integrity sha512-rbaIYFt2X9YZBSbH/CwGAjbBG2/MrACCVu2X0+kSykHzHnYH5FjHxwXLkcoJ10cX0aWCEynpu+rP76x0914atg==
136141

137142
"@nodelib/fs.scandir@2.1.5":
138143
version "2.1.5"

0 commit comments

Comments
 (0)