mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-17 02:01:29 +10:00
- implementing hobby, language and reference sections
- dynamic template selection
This commit is contained in:
@ -16,7 +16,7 @@ const LeftNavbar = () => (
|
||||
|
||||
<div className="grid grid-cols-1 gap-8">
|
||||
{sections.map((x) => (
|
||||
<SectionIcon key={x.id} section={x} />
|
||||
<SectionIcon key={x.id} section={x} containerId="LeftSidebar" />
|
||||
))}
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user