mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-08-25 07:42:20 +10:00
chore: add missing translations
This commit is contained in:
@@ -34,6 +34,10 @@ type KakunaTemplate = {
|
||||
styles: KakunaStyles;
|
||||
};
|
||||
|
||||
type KakunaHeaderProps = {
|
||||
styles: KakunaStyles;
|
||||
};
|
||||
|
||||
export const KakunaPage = ({ page, pageIndex }: TemplatePageProps) => {
|
||||
const data = useRender();
|
||||
const { metadata } = data;
|
||||
@@ -68,7 +72,7 @@ export const KakunaPage = ({ page, pageIndex }: TemplatePageProps) => {
|
||||
);
|
||||
};
|
||||
|
||||
const Header = ({ styles }: { styles: KakunaStyles }) => {
|
||||
const Header = ({ styles }: KakunaHeaderProps) => {
|
||||
const { basics, picture } = useRender();
|
||||
const hasPicture = hasTemplatePicture(picture);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user