Skip to content

Commit

Permalink
build remix app
Browse files Browse the repository at this point in the history
  • Loading branch information
sitek94 committed Nov 26, 2023
1 parent c2d654e commit dd1783f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/remix/app/routes/_index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default function Index() {

return (
<div className="m-4">
<h1>PNPM MONOREPO</h1>
<h1 className="text-primary text-4xl font-medium">PNPM MONOREPO</h1>
<hr />
<h2>Cats fetched from NestJS</h2>
<pre>{JSON.stringify(cats, null, 2)}</pre>
Expand Down

0 comments on commit dd1783f

Please sign in to comment.