Skip to content

Commit

Permalink
fix: Make alert mobile responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
devcshort committed Sep 25, 2024
1 parent 27eaca6 commit f6456a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/home/components/alert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function Alert() {
return (
<div className="flex items-center justify-center p-8">
<AlertComponent variant="destructive" className="flex w-auto">
<div className="flex items-center justify-center gap-4">
<div className="flex flex-col items-center justify-center gap-4 sm:flex-row">
<AlertCircle className="size-8" />

<p className="text-lg font-semibold">{appConfig.alert.text}</p>
Expand Down

0 comments on commit f6456a9

Please sign in to comment.