Skip to content

Commit fa7632d

Browse files
committed
chore(log-viewer): remove log viewer components description
1 parent 41b8242 commit fa7632d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

view/app/self-host/components/application-details/log-viewer.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ function LogViewer({
4949
<CardHeader className="flex flex-row items-center justify-between">
5050
<div>
5151
<h3 className="text-lg font-semibold">{t('selfHost.logViewer.title')}</h3>
52-
<CardDescription>{t('selfHost.logViewer.description')}</CardDescription>
5352
</div>
5453
<div className="flex items-center space-x-2">
5554
<Button variant="outline" onClick={() => setCurrentPage(currentPage + 1)}>

0 commit comments

Comments
 (0)