Skip to content

Commit

Permalink
fix: escape quotes to prevent linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderMelde committed Mar 3, 2024
1 parent 5601e9a commit 11d7aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function Home() {
</div>
</div>
<footer className="bg-white w-full mt-auto flex justify-between items-center py-10 px-20 gap-4 border-t-gray-300 border-t-2">
Made with &#10084;&#65039; @"Open Data Days 2024"
Made with &#10084;&#65039; @&quot;Open Data Days 2024&quot;
<img className="h-20 w-20" src="cfka.svg" alt="Code for Karlsruhe" />
</footer>
</main>
Expand Down

0 comments on commit 11d7aff

Please sign in to comment.