We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0971d commit df5ed5cCopy full SHA for df5ed5c
src/components/PostFooter.tsx
@@ -9,10 +9,8 @@ export function PostFooter({ date }: PostFooterProps) {
9
<>
10
<hr />
11
<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>
+ Published on {date}.<br />
+ Questions? Comments? Corrections? Kudos? Find me on <a href="https://twitter.com/atcb">Twitter</a>.
16
</p>
17
</>
18
);
0 commit comments