Skip to content

Commit f56cdb9

Browse files
committed
Fix rendering issue caused by prev. commit
1 parent b86e4ce commit f56cdb9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docusaurus/docs/dev-docs/providers.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,13 +183,12 @@ export default ({ env }) => ({
183183
```
184184

185185
</TabItem>
186+
</Tabs>
186187

187188
:::tip Sendmail
188189
If you prefer to use Sendmail over Sendgrid, please refer to the [`@strapi/provider-email-sendmail`](https://www.npmjs.com/package/@strapi/provider-email-sendmail) documentation.
189190
:::
190191

191-
</Tabs>
192-
193192
:::note
194193

195194
* When using a different provider per environment, specify the correct configuration in `./config/env/${yourEnvironment}/plugins.js` (See [Environments](/dev-docs/configurations/environment)).

0 commit comments

Comments
 (0)