Skip to content

Commit 0fa7052

Browse files
Alex KrawiecAlex Krawiec
authored andcommitted
remove names from changelog
1 parent 46143aa commit 0fa7052

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/components/changelog/docsChangelog.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ export async function DocsChangelog() {
7676
day: 'numeric',
7777
})}
7878
</time>
79-
<span></span>
80-
<span>by {entry.author}</span>
81-
{totalFiles > 0 && <span></span>}
8279
{totalFiles > 0 && (
83-
<span>
84-
{totalFiles} file{totalFiles !== 1 ? 's' : ''} changed
85-
</span>
80+
<>
81+
<span></span>
82+
<span>
83+
{totalFiles} file{totalFiles !== 1 ? 's' : ''} changed
84+
</span>
85+
</>
8686
)}
8787
</div>
8888
</header>

0 commit comments

Comments
 (0)