Skip to content

Commit d11bc82

Browse files
committed
Added author
1 parent 7b72741 commit d11bc82

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pages/showcase/index.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,10 @@ export default function Home({ showcases, featured }: any) {
198198
{theme.title}
199199
</h3>
200200

201-
<p className="mt-1 text-base text-whisper-700">SSG: {theme.generator}</p>
201+
<p className="mt-1 text-base text-whisper-900">
202+
Author: {theme.author} - SSG: {theme.generator}
203+
</p>
204+
202205
<p className="mt-1 text-base text-whisper-700">{theme.description}</p>
203206
</a>
204207
))}

0 commit comments

Comments
 (0)