Remove extra spacing

This commit is contained in:
Adam Harvey
2021-01-20 22:29:58 -05:00
parent 8677418533
commit 0703ff9fbb
+4 -4
View File
@@ -97,14 +97,14 @@ const Plugins = () => (
</div>
<Container className="PluginCardFooter">
<p>
See what plugins are already{' '}
See what plugins are already
<a href="https://github.com/backstage/backstage/issues?q=is%3Aissue+is%3Aopen+label%3Aplugin+sort%3Areactions-%2B1-desc">
in progress
</a>{' '}
and 👍. Missing a plugin for your favorite tool? Please{' '}
</a>
and 👍. Missing a plugin for your favorite tool? Please
<a href="https://github.com/backstage/backstage/issues/new?labels=plugin&template=plugin_template.md&title=%5BPlugin%5D+THE+PLUGIN+NAME">
suggest
</a>{' '}
</a>
a new one.
</p>
</Container>