mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-18 18:51:32 +10:00
- implementing hobby, language and reference sections
- dynamic template selection
This commit is contained in:
@ -3,7 +3,7 @@ import React, { createContext, useState } from 'react';
|
||||
import leftSections from '../data/leftSections';
|
||||
|
||||
const defaultState = {
|
||||
selected: 'Pikachu',
|
||||
selected: 'Onyx',
|
||||
setSelected: () => {},
|
||||
colors: {
|
||||
textColor: '#212121',
|
||||
|
||||
Reference in New Issue
Block a user