Skip to content

Commit

Permalink
🐞 fix: change logos location
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosjorger committed Apr 3, 2024
1 parent f1eadf2 commit a70426d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/components/Experience.astro
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const { HEADER_EXPERIENCE, EXPERIENCE } = Astro.props;
<li class="mb-14 ms-5">
<div class="flex flex-row items-center">
<div class="absolute start-[-0.9rem] mb-1 h-7 w-7 overflow-hidden rounded-full border border-teal-200 bg-slate-300 shadow-lg shadow-teal-200">
<img src={`src/assets/${job.logoFile}`} alt="" />
<img src={`${job.logoFile}`} alt="" />
</div>
<time class="mb-1 text-sm font-normal leading-none text-[var(--default-font-color3)]">
{job.date}
Expand Down

0 comments on commit a70426d

Please sign in to comment.