Skip to content

Commit

Permalink
Merge pull request #1845 from abizek/fix/nosepass-template-europass-logo
Browse files Browse the repository at this point in the history
Fix(templates): serve europass logo from public assets
  • Loading branch information
AmruthPillai committed May 20, 2024
2 parents 77dee57 + 2f87dde commit 376f72a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/artboard/src/templates/nosepass.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
Binary file added apps/client/public/assets/europass.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 376f72a

Please sign in to comment.