Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucasha11 committed Nov 11, 2023
1 parent e8292e5 commit 409de11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function Footer({ title, faq_url, blueprint_url}) {
{/* change to BluePrint logo and possible link? */}

<a href={blueprint_url} className="flex items-center">
<img src="logo.png" className="h-8 mr-3" alt="blueprint Logo" />
<img src="src/assets/logos/logo.png" className="h-8 mr-3" alt="blueprint Logo" />
<span className="self-center text-2xl font-semibold whitespace-nowrap dark:text-white">blueprint</span>
</a>
</div>
Expand Down

0 comments on commit 409de11

Please sign in to comment.