Skip to content

Commit dfc7c0f

Browse files
committed
Merge branch 'main' of github.com:joomla/Manual into main
2 parents 820b67e + fcfc2c6 commit dfc7c0f

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)