mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-29 05:02:52 +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