chore: Convert <Text /> component to span by default
This commit is contained in:
@@ -80,7 +80,7 @@ function SlackListItem({ integration, collection }: Props) {
|
||||
<Popover {...popover} aria-label={t("Settings")}>
|
||||
<Events>
|
||||
<h3>{t("Notifications")}</h3>
|
||||
<Text type="secondary">
|
||||
<Text as="p" type="secondary">
|
||||
{t("These events should be posted to Slack")}
|
||||
</Text>
|
||||
<Switch
|
||||
|
||||
Reference in New Issue
Block a user