mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2026-05-11 10:40:30 +08:00
website: differentiate sidebar positions
This commit is contained in:
@@ -12,7 +12,7 @@ function TOC({className, ...props}) {
|
||||
return (
|
||||
<div className={clsx(styles.tableOfContents, 'thin-scrollbar', className)}>
|
||||
<div className="margin--md">
|
||||
<SidebarAd />
|
||||
<SidebarAd position="table_of_contents" />
|
||||
</div>
|
||||
<TOCItems
|
||||
{...props}
|
||||
|
||||
Reference in New Issue
Block a user