Skip to content

Commit

Permalink
fixed relevant links section ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
MTeresaMB committed Dec 15, 2023
1 parent 4e5d002 commit c22f229
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ManfredAwesomicCV } from '@/model';
import { ProfileSectionVm, mapFromMacCvToProfileSectionVm } from '@lemoncode/manfred-common/profile-section';
import ejs from 'ejs';
import relevantLinksTemplate from './relevant-links-section.ejs?raw';
import relevantLinksTemplate from './relevants-links-section.ejs?raw';

export const generateRelevantLinksSection = (cv: ManfredAwesomicCV): string => {
const profileSectionVm = mapFromMacCvToProfileSectionVm(cv);
Expand Down

0 comments on commit c22f229

Please sign in to comment.