mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-08-24 15:22:20 +10:00
chore: add missing translations
This commit is contained in:
@@ -38,6 +38,10 @@ type LeafishTemplate = {
|
||||
styles: LeafishStyles;
|
||||
};
|
||||
|
||||
type LeafishHeaderProps = {
|
||||
styles: LeafishStyles;
|
||||
};
|
||||
|
||||
export const LeafishPage = ({ page, pageIndex }: TemplatePageProps) => {
|
||||
const data = useRender();
|
||||
const { metadata } = data;
|
||||
@@ -79,7 +83,7 @@ export const LeafishPage = ({ page, pageIndex }: TemplatePageProps) => {
|
||||
);
|
||||
};
|
||||
|
||||
const Header = ({ styles }: { styles: LeafishStyles }) => {
|
||||
const Header = ({ styles }: LeafishHeaderProps) => {
|
||||
const { basics, picture } = useRender();
|
||||
const hasPicture = hasTemplatePicture(picture);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user