Skip to content

Commit

Permalink
Merge pull request #829 from vishnuMohanan01/fix-image-in-react-start…
Browse files Browse the repository at this point in the history
…er-template

Fix image in react starter template
  • Loading branch information
kaplanelad authored Oct 13, 2024
2 parents 384c21b + bf41ea0 commit 88b6ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starters/saas/frontend/src/LocoSplash.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const LocoSplash = () => {
<div className="logo">
<h1>Loco: SaaS application</h1>
<img
src="https://loco.rs/images/logo.png"
src="https://loco.rs/icon.svg"
className="logo"
alt="Loco logo"
/>
Expand Down

0 comments on commit 88b6ab2

Please sign in to comment.