We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ad9bc commit c76f90fCopy full SHA for c76f90f
client/modules/IDE/components/Header/Nav.jsx
@@ -147,12 +147,14 @@ const ProjectMenu = () => {
147
/>
148
</Link>
149
) : (
150
- <LogoIcon
151
- role="img"
152
- aria-label={t('Common.p5logoARIA')}
153
- focusable="false"
154
- className="svg__logo"
155
- />
+ <a href="https://p5js.org">
+ <LogoIcon
+ role="img"
+ aria-label={t('Common.p5logoARIA')}
+ focusable="false"
+ className="svg__logo"
156
+ />
157
+ </a>
158
)}
159
</li>
160
<NavDropdownMenu id="file" title={t('Nav.File.Title')}>
0 commit comments