Skip to content

Commit 553c94a

Browse files
authored
Merge pull request #252 from Lemoncode/feature/#251-rename-cvs
renamed cvs
2 parents 6be455f + 699b7fe commit 553c94a

File tree

160 files changed

+26
-20
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

160 files changed

+26
-20
lines changed

apps/react-app/src/pods/template-export/components/export-config/export-config.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ interface Props {
1717
}
1818

1919
const DOWNLOAD_MESSAGE_TIMEOUT = 2500;
20-
const DESING_OPTIONS: TemplateCV[] = ['Moderno elegante', 'Limpio y organizado'];
20+
const DESING_OPTIONS: TemplateCV[] = ['Sith Elegance', 'Galactic CleanTech'];
2121
const LANGUAGE_OPTIONS: Language[] = ['es', 'en'];
2222

2323
export const ExportConfig: React.FC<Props> = props => {

export-samples/html/cv-monocrome.html renamed to export-samples/html/cv-monochrome-force.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
href="https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@300;500;700&family=Poppins:wght@300;400;500;600&display=swap"
1010
rel="stylesheet"
1111
/>
12-
<title>CV Monocrome</title>
12+
<title>CV Monochrome force</title>
1313

1414
<style>
1515
:root {
File renamed without changes.

0 commit comments

Comments
 (0)