Skip to content

Commit

Permalink
Remove Alert
Browse files Browse the repository at this point in the history
  • Loading branch information
lyndsiWilliams committed Jun 11, 2021
1 parent 4d7d1b9 commit 4cb8935
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -625,12 +625,6 @@ const DatabaseModal: FunctionComponent<DatabaseModalProps> = ({
/>
{renderPreferredSelector()}
{renderAvailableSelector()}
<Alert
description="Any databases that allow connections via SQLAlchemy URIs can be added. Learn about how to connect a database driver here."
message="Want to add a new database?"
showIcon
type="info"
/>
</SelectDatabaseStyles>
) : (
<>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -446,8 +446,4 @@ export const SelectDatabaseStyles = styled.div`
font-size: ${({ theme }) => theme.typography.sizes.s - 1}px;
margin-bottom: ${({ theme }) => theme.gridUnit * 2}px;
}
.ant-alert {
margin: ${({ theme }) => theme.gridUnit * 4}px;
}
`;

0 comments on commit 4cb8935

Please sign in to comment.