Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Mysten committed Sep 14, 2022
1 parent 9e0ca19 commit e3548e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions explorer/client/src/ui/Heading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import { type ReactNode } from 'react';
const headingStyles = cva(
[
'font-sans',
// TODO: Remove when
['my-0'],
// TODO: Remove when CSS reset is applied.
'my-0',
],
{
variants: {
Expand Down

0 comments on commit e3548e2

Please sign in to comment.