Skip to content

Commit

Permalink
fix footer text
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoperra committed Nov 11, 2024
1 parent 69f90ab commit dcefb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/components/Home/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export function HomeFooter() {
</A>
</div>
<span style={{color: '#ddd'}}>
{_(msg`Built with`)}
{_(msg`Built with`)}{' '}
<A class={footerLink} href="https://github.com/solidjs/solid">
Solid
</A>{' '}
Expand Down

0 comments on commit dcefb09

Please sign in to comment.