Skip to content

Commit 99a83d8

Browse files
committed
Revert "fix: back position on post layout"
This reverts commit cf0a760.
1 parent d2ca518 commit 99a83d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/~/[slug]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default async function Post(props: Params) {
4848
<IconButton
4949
position="fixed"
5050
left={{ base: "unset", lg: "1rem" }}
51-
right={{ base: "3rem", lg: "unset" }}
51+
right={{ base: "1rem", lg: "unset" }}
5252
top="1rem"
5353
asChild
5454
rounded="full"

0 commit comments

Comments
 (0)