mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-08-24 23:32:19 +10:00
chore: add missing translations
This commit is contained in:
@@ -39,6 +39,11 @@ type GengarTemplate = {
|
||||
styles: GengarStyles;
|
||||
};
|
||||
|
||||
type GengarHeaderProps = {
|
||||
styles: GengarStyles;
|
||||
colors: TemplateColorRoles;
|
||||
};
|
||||
|
||||
export const GengarPage = ({ page, pageIndex }: TemplatePageProps) => {
|
||||
const data = useRender();
|
||||
const { metadata } = data;
|
||||
@@ -99,7 +104,7 @@ export const GengarPage = ({ page, pageIndex }: TemplatePageProps) => {
|
||||
);
|
||||
};
|
||||
|
||||
const Header = ({ styles, colors }: { styles: GengarStyles; colors: TemplateColorRoles }) => {
|
||||
const Header = ({ styles, colors }: GengarHeaderProps) => {
|
||||
const { basics, picture } = useRender();
|
||||
const hasPicture = hasTemplatePicture(picture);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user