Skip to content

Commit

Permalink
Netlify Extension: update icon (raycast#4517)
Browse files Browse the repository at this point in the history
* Netlify Extension: update icon

* Update icon size

* Rename icons, add netlify icon back in

* Update extension-icon.png
  • Loading branch information
peduarte authored Feb 1, 2023
1 parent 3374471 commit 3bdff90
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 5 deletions.
Binary file added extensions/netlify/assets/extension-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
5 changes: 3 additions & 2 deletions extensions/netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
"name": "netlify",
"title": "Netlify",
"description": "Search your Netlify sites, deploys, domains, team members, audit log, and official documentation.",
"icon": "icon.png",
"icon": "extension-icon.png",
"author": "destiner",
"owner": "netlify",
"access": "public",
"contributors": [
"jonohewitt",
"jasonbarry"
"jasonbarry",
"peduarte"
],
"categories": [
"Developer Tools",
Expand Down
2 changes: 1 addition & 1 deletion extensions/netlify/src/components/actions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { GitProvider } from '../utils/interfaces';

export const OpenOnNetlify = ({ url }: { url: string }) => (
<Action.OpenInBrowser
icon="icon.png"
icon="netlify-icon.png"
shortcut={{ key: 'n', modifiers: ['cmd'] }}
title="Open on Netlify"
url={url}
Expand Down
2 changes: 1 addition & 1 deletion extensions/netlify/src/components/deploys.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ const DeployActions = ({
<ActionPanel>
<ActionPanel.Section>
<Action.OpenInBrowser
icon="icon.png"
icon="netlify-icon.png"
title="View Deploy Logs"
url={getDeployUrl(siteName, deploy.id)}
/>
Expand Down
2 changes: 1 addition & 1 deletion extensions/netlify/src/search-team-members.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ const MemberActions = ({
<ActionPanel>
<ActionPanel.Section>
<Action.OpenInBrowser
icon="icon.png"
icon="netlify-icon.png"
title="Manage Membership"
url={`https://app.netlify.com/teams/${teamSlug}/${page}`}
/>
Expand Down
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3bdff90

Please sign in to comment.