mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 16:22:59 +10:00
Merge pull request #1845 from abizek/fix/nosepass-template-europass-logo
Fix(templates): serve europass logo from public assets
This commit is contained in:
@ -519,7 +519,7 @@ export const Nosepass = ({ columns, isFirstPage = false }: TemplateProps) => {
|
|||||||
return (
|
return (
|
||||||
<div className="p-custom space-y-6">
|
<div className="p-custom space-y-6">
|
||||||
<div className="flex items-center justify-between">
|
<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>
|
<p className="font-medium text-primary">Curriculum Vitae</p>
|
||||||
|
|
||||||
|
|||||||
BIN
apps/client/public/assets/europass.png
Normal file
BIN
apps/client/public/assets/europass.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
Reference in New Issue
Block a user