Skip to content

Commit

Permalink
npm publish test
Browse files Browse the repository at this point in the history
  • Loading branch information
mvriu5 committed Jul 31, 2024
1 parent dc974bb commit fd6d4a6
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 @@ -22,7 +22,7 @@ export default function Home() {
const { addToast } = useToast();

return (
<div className={"flex flex-col space-y-4 xl:px-96 xl:py-32 lg:px-32 lg:py-16 md:px-16 md:py-8 sm:px-8 sm:py-4"}>
<div className={"flex flex-col space-y-4 xl:px-96 xl:py-32 lg:px-32 lg:py-16 md:px-16 md:py-8 sm:px-8 sm:py-4 "}>

<div className={"flex flex-row justify-between items-center"}>
<div className={"flex flex-row space-x-4 items-center"}>
Expand Down

0 comments on commit fd6d4a6

Please sign in to comment.