Skip to content

Commit df5ed5c

Browse files
committed
Fix awkward wrapping of footer
1 parent 4c0971d commit df5ed5c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/components/PostFooter.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@ export function PostFooter({ date }: PostFooterProps) {
99
<>
1010
<hr />
1111
<p>
12-
<small>
13-
Published on {date}.<br />
14-
Questions? Comments? Corrections? Kudos? Find me on <a href="https://twitter.com/atcb">Twitter</a>.
15-
</small>
12+
Published on {date}.<br />
13+
Questions? Comments? Corrections? Kudos? Find me on <a href="https://twitter.com/atcb">Twitter</a>.
1614
</p>
1715
</>
1816
);

0 commit comments

Comments
 (0)