Skip to content

Commit 6247ed3

Browse files
committed
update to latest config
epicweb-dev/config#25
1 parent 7291b00 commit 6247ed3

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

app/root.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ function App() {
219219
</nav>
220220
</header>
221221

222-
<div className="flex-1 flex flex-col">
222+
<div className="flex flex-1 flex-col">
223223
<Outlet />
224224
</div>
225225

app/routes/users+/$username_+/notes.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default function NotesRoute({ loaderData }: Route.ComponentProps) {
3232
const navLinkDefaultClassName =
3333
'line-clamp-2 block rounded-l-full py-2 pl-8 pr-6 text-base lg:text-xl'
3434
return (
35-
<main className="container flex flex-1 min-h-[400px] px-0 pb-12 md:px-8">
35+
<main className="container flex min-h-[400px] flex-1 px-0 pb-12 md:px-8">
3636
<div className="grid w-full grid-cols-4 bg-muted pl-2 md:container md:rounded-3xl md:pr-0">
3737
<div className="relative col-span-1">
3838
<div className="absolute inset-0 flex flex-col">

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"zod": "^3.24.2"
118118
},
119119
"devDependencies": {
120-
"@epic-web/config": "^1.17.0",
120+
"@epic-web/config": "^1.17.2",
121121
"@faker-js/faker": "^9.5.0",
122122
"@playwright/test": "^1.50.1",
123123
"@react-router/dev": "^7.2.0",

0 commit comments

Comments
 (0)