Skip to content

Commit

Permalink
feat(stripe): Added integration stripe
Browse files Browse the repository at this point in the history
  • Loading branch information
wootsbot committed Sep 17, 2024
1 parent 4149958 commit a03f0f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion src/components/auth/login-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { signIn } from 'next-auth/react';
import Button from '@design-system/button/Button';
import { SiGithub } from '@icons-pack/react-simple-icons';

export function LoginForm({ showTitle = true, showFooter = true }: { showTitle: boolean; showFooter?: boolean }) {
export function LoginForm({ showTitle = true, showFooter = true }: { showTitle?: boolean; showFooter?: boolean }) {
return (
<div className="flex flex-col gap-11">
<div className="flex flex-col gap-8">
Expand Down
16 changes: 0 additions & 16 deletions src/components/pokemon/PokemonList.tsx

This file was deleted.

0 comments on commit a03f0f2

Please sign in to comment.