Skip to content

Commit

Permalink
fix: image on event group page
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemSBulgakov committed Oct 26, 2024
1 parent 9ded6fa commit 75e6c76
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/schedule/EventGroupPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ export function EventGroupPage({ alias }: { alias: string }) {
</Helmet>
)}
<Topbar title="Group" />
<div
style={{ backgroundImage: "url(/background-pattern.svg)" }}
className="min-h-64 bg-primary-main bg-repeat p-4"
/>
{group && (
<div className="flex min-h-full flex-col overflow-y-auto @container/content">
<div
style={{ backgroundImage: "url(/background-pattern.svg)" }}
className="min-h-64 bg-primary-main bg-repeat p-4"
/>
<div className="p-4">
<div className="mb-4 flex items-start justify-between gap-4">
<div className="flex min-h-full flex-grow flex-col gap-2">
Expand Down

0 comments on commit 75e6c76

Please sign in to comment.