Skip to content

Commit

Permalink
style: remove extra comment
Browse files Browse the repository at this point in the history
  • Loading branch information
danmaninc committed Feb 17, 2024
1 parent afe49e2 commit 17c6c46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/@modal/(.)schedule/event-groups/[alias]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export default function Page({ params: { alias } }: Props) {
{...getFloatingProps()}
className="flex p-4"
>
{ /* TODO: Replace lg with appropriate breakpoint from queries */ }
<div className="h-fit max-w-3xl overflow-hidden rounded-2xl bg-primary-main @lg/event:w-[768px]">
<div
style={{ backgroundImage: "url(/background-pattern.svg)" }}
Expand Down

0 comments on commit 17c6c46

Please sign in to comment.