Skip to content

Commit 9b046e6

Browse files
committed
style: adjusted footer link spacing from me-3 to me-2
1 parent a0054c4 commit 9b046e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/Footer/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const Index = () => {
3737
<Container>
3838
<p className="text-center mb-0 small">
3939
{/* Link to Terms of Service with right margin */}
40-
<Link to="/tos" className="me-3">
40+
<Link to="/tos" className="me-2">
4141
{t('label', { keyPrefix: 'admin.legal.terms_of_service' })}
4242
</Link>
4343

0 commit comments

Comments
 (0)