Skip to content

Commit c335f65

Browse files
committed
you'd think the formatter and precommit would catch this
1 parent 556a98e commit c335f65

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/ui-components/src/Containers/Footer/index.module.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,14 @@
6767

6868
p {
6969
@apply text-center
70-
text-sm
71-
text-neutral-800
72-
dark:text-neutral-500;
70+
text-sm
71+
text-neutral-800
72+
dark:text-neutral-500;
7373
}
7474

7575
a {
7676
@apply text-green-600
77-
dark:text-green-400;
77+
dark:text-green-400;
7878
}
7979
}
8080
}

0 commit comments

Comments
 (0)