Skip to content
This repository was archived by the owner on Feb 14, 2022. It is now read-only.

Commit 3ccefb7

Browse files
committed
Merge branch 'master' of https://github.com/eraldoforgoli/blog.tailwindcss.com into eraldoforgoli-master
2 parents 95ba024 + a2e5e20 commit 3ccefb7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/authors.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ import simonswissAvatar from './img/simonswiss.jpg'
66

77
export const adamwathan = {
88
name: 'Adam Wathan',
9-
twitter: '@adamwathan',
9+
twitter: 'adamwathan',
1010
avatar: adamwathanAvatar,
1111
}
1212

1313
export const bradlc = {
1414
name: 'Brad Cornes',
15-
twitter: '@bradlc',
15+
twitter: 'bradlc',
1616
avatar: bradlcAvatar,
1717
}
1818

1919
export const steveschoger = {
2020
name: 'Steve Schoger',
21-
twitter: '@steveschoger',
21+
twitter: 'steveschoger',
2222
avatar: steveschogerAvatar,
2323
}
2424

src/components/Post.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export default function Post({ meta, children, posts }) {
7474
href={`https://twitter.com/${author.twitter}`}
7575
className="text-teal-500 hover:text-teal-600"
7676
>
77-
{author.twitter}
77+
@{author.twitter}
7878
</a>
7979
</dd>
8080
</dl>

0 commit comments

Comments
 (0)