refactor: replace my-2 with mt-3

This commit is contained in:
robin 2022-12-13 16:01:04 +08:00
parent 9f2ed9c55f
commit 121f8df024
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ const Index: FC = () => {
) : (
<>
<div className="text-muted">{t('follow_tag_tip')}</div>
<NavLink className="d-inline-block my-2" to="/tags">
<NavLink className="d-inline-block mt-3" to="/tags">
<Button size="sm" variant="outline-primary">
{t('follow_a_tag')}
</Button>