This commit is contained in:
16
src/types.ts
16
src/types.ts
@@ -105,25 +105,9 @@ export interface PersonalInfo {
|
||||
};
|
||||
tagline: string;
|
||||
description?: string;
|
||||
currentFocus?: {
|
||||
label: string;
|
||||
style:
|
||||
| "primary"
|
||||
| "secondary"
|
||||
| "accent"
|
||||
| "neutral"
|
||||
| "info"
|
||||
| "success"
|
||||
| "warning"
|
||||
| "error";
|
||||
}[];
|
||||
}
|
||||
|
||||
export interface HomepageSections {
|
||||
currentFocus: {
|
||||
title: string;
|
||||
description?: string;
|
||||
};
|
||||
socialLinks: {
|
||||
title: string;
|
||||
description?: string;
|
||||
|
||||
Reference in New Issue
Block a user