Skip to content

Commit

Permalink
update dev icon
Browse files Browse the repository at this point in the history
  • Loading branch information
byeoon committed Oct 23, 2024
1 parent c4cfd44 commit 72f06e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ui/settings/components/PluginCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default function PluginCard({ item: plugin, index }: CardWrapper<Plugin>)
},
options: [
// TODO: add logic
{ label: authors[0], onPress: () => Profiles.showUserProfile({ userId: plugin.manifest.authors[0]?.id }) },
{ label: plugin.manifest.authors[0].name, onPress: () => Profiles.showUserProfile({ userId: plugin.manifest.authors[0]?.id }) },
{ label: "User2",onPress: () => showToast("Test 2") },
],
})
Expand Down
2 changes: 1 addition & 1 deletion src/ui/settings/data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const getScreens = (youKeys = false): Screen[] => [
{
key: formatKey("VendettaDeveloper", youKeys),
title: "Developer",
icon: "ic_file_small_webcode",
icon: "ic_report_message",
shouldRender: () => settings.developerSettings ?? false,
render: Developer,
},
Expand Down

0 comments on commit 72f06e6

Please sign in to comment.