Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mertbagt committed Jan 17, 2025
1 parent 9a5b91d commit ffb5692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Policies/PolicyPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export type Policy = (typeof policies)[number]

export default function PolicyPage({
policy = "privacy-policy"
git }: {
}: {
policy?: Policy
}) {
const handleOnClick = (p: Policy) => {
Expand Down

0 comments on commit ffb5692

Please sign in to comment.