Skip to content

Commit a80e833

Browse files
committedJun 1, 2024·
隐藏访问量统计卡片
1 parent 68e15ea commit a80e833

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎themes/heo/components/SideRight.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ export default function SideRight(props) {
8282
'bg-white dark:bg-[#1e1e1e] dark:text-white hover:border-indigo-600 dark:hover:border-yellow-600 duration-200'
8383
}>
8484
<TagGroups tags={sortedTags} currentTag={currentTag} />
85-
<hr className='mx-1 flex border-dashed relative my-4' />
86-
<AnalyticsCard {...props} />
85+
{/* <hr className='mx-1 flex border-dashed relative my-4' />
86+
<AnalyticsCard {...props} /> */}
8787
</Card>
8888
</div>
8989
</div>

0 commit comments

Comments
 (0)
Please sign in to comment.