Skip to content

Commit

Permalink
fix: docs incorrect headline (#3277)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Oct 2, 2024
1 parent 38f9ddc commit dd09293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion showcases/patternhub/pages/foundations/icons/overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const IconOverview = () => {
const [search, setSearch] = useState<string>('');
return (
<DefaultPage>
<h1>Color Overview</h1>
<h1>Icon overview</h1>
<p>
We don't provide all icons with family <code>filled</code>
</p>
Expand Down

0 comments on commit dd09293

Please sign in to comment.