Skip to content

Commit

Permalink
Update AnalyticsCard.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ZZHow1024 committed Apr 20, 2024
1 parent 7847f8a commit c7d7d16
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions themes/heo/components/AnalyticsCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ export function AnalyticsCard(props) {
const { postCount } = props
return <>
<div className='text-md flex flex-col space-y-1 justify-center px-3'>
// <div className='inline'>
// <div className='flex justify-between'>
// <div>文章数:</div>
// <div>{postCount}</div>
// </div>
// </div>
<div className='inline'>
<div className='flex justify-between'>
<div>建站天数:</div>
Expand Down

0 comments on commit c7d7d16

Please sign in to comment.