Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
neilh-cogapp committed Mar 21, 2024
1 parent c8b0847 commit 6d931ab
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 @@ -36,7 +36,7 @@ export default function Page() {
<li className="flex gap-x-3">
<ExclamationTriangleIcon className="mt-1 h-5 w-5 flex-none text-blue-600" aria-hidden="true" />
<span>
<strong className="block font-semibold text-gray-900">Disclaimer...</strong>Please note that "Make a Scene" is a prototype thrown together in a few hours as part of a Cogapp Hackday, so it probably contains a few rough edges and bugs!
<strong className="block font-semibold text-gray-900">Disclaimer...</strong>Please note that &quot;Make a Scene&quot; is a prototype thrown together in a few hours as part of a Cogapp Hackday, so it probably contains a few rough edges and bugs!
</span>
</li>
</ul>
Expand Down

0 comments on commit 6d931ab

Please sign in to comment.