Skip to content

Commit

Permalink
Update Alert.js
Browse files Browse the repository at this point in the history
  • Loading branch information
uravgkarthik committed May 22, 2021
1 parent b9e4917 commit bd8f14f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/Alert/Alert.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const Alert = ({ color, message }) => {
<span className="inline-block align-middle font-semibold mr-8">
{message}
</span>
{/* “One man’s crappy software is another man’s full-time job.” */}
<button
className="absolute bg-transparent text-2xl font-semibold leading-none right-0 top-0 mt-4 mr-6 outline-none focus:outline-none"
onClick={() => {
Expand All @@ -38,4 +37,4 @@ const Alert = ({ color, message }) => {
);
};

export default Alert;
export default Alert;

0 comments on commit bd8f14f

Please sign in to comment.