Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
hoshinotsuyoshi committed Nov 28, 2024
1 parent bcb8322 commit 503787c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/packages/ui/src/icons/PrimaryKeyIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { ComponentPropsWithoutRef, FC } from 'react'
type Props = ComponentPropsWithoutRef<'svg'>

/**
* Icons sourced from Lucide (https://lucide.dev).
* This icon is sourced from Lucide (https://lucide.dev).
* Copyright (c) Lucide contributors. Licensed under the ISC License.
*/
export const PrimaryKeyIcon: FC<Props> = (props) => {
Expand Down

0 comments on commit 503787c

Please sign in to comment.