fix(templates): serve europass logo from public assets

fixes #1825
This commit is contained in:
abizek
2024-04-02 14:05:00 +05:30
parent a578bd1054
commit 937e6b053d
2 changed files with 1 additions and 1 deletions

View File

@ -505,7 +505,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