Skip to content

Commit

Permalink
Rename to Feather
Browse files Browse the repository at this point in the history
  • Loading branch information
7kayoh committed Aug 27, 2022
1 parent 45074d8 commit 2f3bc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin.server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ local function init()
widget.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
local component = storybook(widget)

local widgetToolbar = plugin:CreateToolbar("Lucide Icons")
local widgetToolbar = plugin:CreateToolbar("Feather Icons")
local widgetAction = plugin:CreatePluginAction("toggleFeather-v2", "Feather Icon Picker", "Toggles the icon picker", "rbxassetid://7073055533", true)
local widgetTrigger = widgetToolbar:CreateButton("toggleFeather-v2", "Shows/hides the icon picker", "rbxassetid://7073055533", "Picker")
widgetTrigger.ClickableWhenViewportHidden = true
Expand Down

0 comments on commit 2f3bc4d

Please sign in to comment.