Skip to content

Commit

Permalink
design: new screenshots and icons
Browse files Browse the repository at this point in the history
  • Loading branch information
MadMaxMcKinney committed Feb 16, 2024
1 parent c063852 commit 10a23ef
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 1 deletion.
Binary file added metadata/figma-learn-companion-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metadata/figma-learn-companion-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metadata/figma-learn-companion-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed metadata/figma-learn-search-1.png
Binary file not shown.
Binary file removed metadata/figma-learn-search-2.png
Binary file not shown.
Binary file removed metadata/figma-learn-search-3.png
Binary file not shown.
4 changes: 3 additions & 1 deletion src/search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,10 @@ export default function Command() {
/>
))}
</List.Section>
<List.Section title="More">
<List.Section title="Misc">
<List.Item
title={"Troubleshooting"}
icon={Icon.QuestionMark}
actions={
<ActionPanel title="Figma Learn">
<Action.OpenInBrowser url="https://help.figma.com/hc/en-us/sections/1500000378401-Troubleshoot" />
Expand All @@ -87,6 +88,7 @@ export default function Command() {
/>
<List.Item
title={"More resources"}
icon={Icon.ArrowRight}
actions={
<ActionPanel title="Figma Learn">
<Action.OpenInBrowser url="https://help.figma.com/hc/en-us/categories/6448726686615" />
Expand Down

0 comments on commit 10a23ef

Please sign in to comment.