Skip to content

Commit

Permalink
Remove unneeded column, use Alert component
Browse files Browse the repository at this point in the history
  • Loading branch information
ssciolla committed Jun 19, 2023
1 parent 5782b4e commit d29d1ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assets/src/components/queue.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -369,9 +369,9 @@ function QueueAttending(props: QueueAttendingProps) {
&& (
<>
<br/>
<p className="alert alert-info col-lg">
<Alert variant="info">
This is your queue, you can <Link to={"/manage/" + props.queue.id}>manage it</Link>.
</p>
</Alert>
</>
);
const footer = (
Expand Down

0 comments on commit d29d1ef

Please sign in to comment.