Skip to content

Commit

Permalink
image fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hrsa committed Jan 28, 2024
1 parent 9756703 commit ebbac2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Experience.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const handleSelectCompany = (id) => {
>
<div class="m-auto flex flex-col text-center">
<img class="m-auto rounded-full p-1 size-20"
:src="require ('@/public' + job.logo)" :alt="job.company"/>
:src="job.logo" :alt="job.company"/>
<div class="text-lg">{{ job.dates }}</div>
</div>
<div class="flex flex-col justify-center">
Expand Down

0 comments on commit ebbac2b

Please sign in to comment.