Skip to content

Commit

Permalink
fix(home): html-nesting warning
Browse files Browse the repository at this point in the history
  • Loading branch information
escapedcat committed Nov 11, 2024
1 parent e9dd54a commit 0204479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Home/ListChannelModal/Channel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const Channel: FC<Props> = ({ isLoading, channel, onDelete }) => {

{/* TODO should be confirm modal maybe? */}
{confirm && (
<Alert color="danger" className="mt-4">
<Alert color="danger" className="mt-4" as="div">
<div className="flex flex-col justify-center gap-4">
<p>{t("home.confirm_channel_close")}</p>

Expand Down

0 comments on commit 0204479

Please sign in to comment.