Skip to content

Commit

Permalink
cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncid committed Dec 4, 2024
1 parent ddf2b59 commit c1f00b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion front/pages/w/[wId]/builder/assistants/create.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ export default function CreateAssistant({
.map((tagName) => (
<Button
label={templateTagsMapping[tagName].label}
variant="ghost"
variant="outline"
key={tagName}
size="xs"
onClick={() => scrollToTag(tagName)}
Expand Down
1 change: 0 additions & 1 deletion sparkle/src/components/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import {
Icon,
LinkWrapper,
LinkWrapperProps,
Separator,
Spinner,
TooltipContent,
TooltipProvider,
Expand Down

0 comments on commit c1f00b5

Please sign in to comment.