Merge pull request #1845 from abizek/fix/nosepass-template-europass-logo

Fix(templates): serve europass logo from public assets
This commit is contained in:
Amruth Pillai
2024-05-20 16:40:55 +02:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

View File

@ -519,7 +519,7 @@ export const Nosepass = ({ columns, isFirstPage = false }: TemplateProps) => {
return (
<div className="p-custom space-y-6">
<div className="flex items-center justify-between">
<img alt="Europass Logo" className="h-[42px]" src="https://i.imgur.com/eRK005p.png" />
<img alt="Europass Logo" className="h-[42px]" src="/assets/europass.png" />
<p className="font-medium text-primary">Curriculum Vitae</p>

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB