feat: ExperienceCard stack field and Card subcomponent layout
This commit is contained in:
@@ -77,6 +77,10 @@ export type ExperienceRecord = BaseRecord & {
|
||||
* Rich text description of responsibilities and achievements
|
||||
*/
|
||||
description: string;
|
||||
/**
|
||||
* Technologies used during this role
|
||||
*/
|
||||
stack: string[];
|
||||
/**
|
||||
* Sorting weight for chronological display
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user