Skip to content

Commit fcfc2c6

Browse files
committed
Icon components
1 parent 25d0cf0 commit fcfc2c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const quickaccess = [
2222
{
2323
title: <>Components</>,
2424
href: "/docs/building-extensions/component",
25-
iconName: <IconName.BsFillGearFill className="icon--3x" />,
25+
iconName: <IconName.BsPuzzle className="icon--3x" />,
2626
description: (
2727
<>There are many articles, tutorials, references and FAQs which focus on component development. If this is your first time developing a component for Joomla, you should start with the Absolute Basics of How a Component Functions. If needed, you can visualise the control flow of a component with these diagrams.</>
2828
),

0 commit comments

Comments
 (0)