mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-19 03:01:53 +10:00
- implementing react-scroll
This commit is contained in:
@ -7,9 +7,14 @@ import SyncIndicator from './SyncIndicator';
|
||||
const RightNavbar = () => {
|
||||
return (
|
||||
<div className={styles.container}>
|
||||
<div className="grid grid-cols-1 gap-8">
|
||||
<div className="grid grid-cols-1 gap-6 text-secondary-dark">
|
||||
{sections.map((x) => (
|
||||
<SectionIcon key={x.id} section={x} containerId="RightSidebar" />
|
||||
<SectionIcon
|
||||
key={x.id}
|
||||
section={x}
|
||||
containerId="RightSidebar"
|
||||
tooltipPlacement="left"
|
||||
/>
|
||||
))}
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user