Skip to content

Commit

Permalink
fix bug in traffic page
Browse files Browse the repository at this point in the history
  • Loading branch information
simbafs committed Jan 14, 2024
1 parent 81014cd commit d2d3de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(website)/traffic/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function Block({
return (
<div
className={twMerge(
"flex h-full w-fit flex-col items-center gap-2 break-keep rounded-xl bg-[#FFD598] p-5 text-center xl:h-fit xl:flex-row",
"flex h-full w-fit flex-col items-center gap-2 rounded-xl bg-[#FFD598] p-5 text-center xl:h-fit xl:flex-row",
className,
)}
>
Expand Down

0 comments on commit d2d3de5

Please sign in to comment.