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:
@@ -33,6 +33,10 @@ type LaprasTemplate = {
|
||||
styles: LaprasStyles;
|
||||
};
|
||||
|
||||
type LaprasHeaderProps = {
|
||||
styles: LaprasStyles;
|
||||
};
|
||||
|
||||
export const LaprasPage = ({ page, pageIndex }: TemplatePageProps) => {
|
||||
const data = useRender();
|
||||
const { metadata } = data;
|
||||
@@ -67,7 +71,7 @@ export const LaprasPage = ({ page, pageIndex }: TemplatePageProps) => {
|
||||
);
|
||||
};
|
||||
|
||||
const Header = ({ styles }: { styles: LaprasStyles }) => {
|
||||
const Header = ({ styles }: LaprasHeaderProps) => {
|
||||
const { basics, picture } = useRender();
|
||||
const hasPicture = hasTemplatePicture(picture);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user