Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
nialexsan committed Nov 5, 2024
1 parent 5dfd51e commit 80c331e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ import {FaExclamationTriangle} from 'react-icons/fa'

export const DeprecationNotice = () => {
return (
<div className="bg-yellow-50 border-l-4 border-yellow-400 p-4" role="alert">
<div className="bg-yellow-50 border-l-4 border-yellow-400 p-4 text-center flex justify-center" role="alert">
<div className="flex">
<div className="flex-shrink-0">
<FaExclamationTriangle />
<div className="flex flex-shrink-0 items-center">
<FaExclamationTriangle size={32} />
</div>
<div className="ml-3">
<p className="text-sm font-medium text-yellow-700">
<p className="text-md font-medium text-yellow-700">
Deprecation Notice
</p>
<p className="mt-1 text-sm text-yellow-700">
Expand Down

0 comments on commit 80c331e

Please sign in to comment.