Skip to content

Commit

Permalink
Fix to project img pathing
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffHenry committed Aug 6, 2023
1 parent 80c0870 commit efddf72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/home/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const { name, about, contact } = Astro.props as IHeroProps;
</p>
<div class="flex">
<p class="dark:text-light text-md mb-16 contact">
Contact Me at: <span class="email">{contact}</span>
Contact me: <span class="email">{contact}</span>
</p>
</div>
<hr>
Expand Down
2 changes: 1 addition & 1 deletion src/data/info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export const info = {
{
title: 'Coming Soon',
isFeatured: true,
thumbnail: 'public/assets/images/coming-soon.jpg',
thumbnail: '/assets/images/coming-soon.jpg',
githubUrl: '',
liveUrl: '',
},
Expand Down

0 comments on commit efddf72

Please sign in to comment.