Skip to content

Commit 4531347

Browse files
Update packages/plugin-doc-coverage/src/lib/doc-coverage-plugin.ts
Co-authored-by: Matěj Chalk <34691111+matejchalk@users.noreply.github.com>
1 parent 177a186 commit 4531347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-doc-coverage/src/lib/doc-coverage-plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export function docCoveragePlugin(
4444
return {
4545
slug: PLUGIN_SLUG,
4646
title: PLUGIN_TITLE,
47-
icon: 'folder-src',
47+
icon: 'folder-docs',
4848
description: PLUGIN_DESCRIPTION,
4949
docsUrl: PLUGIN_DOCS_URL,
5050
groups: filterGroupsByOnlyAudits(groups, docCoverageConfig),

0 commit comments

Comments
 (0)