Skip to content

Commit

Permalink
goodnight
Browse files Browse the repository at this point in the history
  • Loading branch information
bentsen committed Nov 24, 2022
1 parent 18ec3d2 commit 217d60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const Page = async () => {
</div>
<div className={"w-full mt-10"}>
<div className={"mx-auto my-0 w-[1080px]"}>
<div className={"flex justify-between px-20 items-center"}>
<div className={"flex justify-between px-20 items-center mt-24"}>
<PokemonSelector pokemons={pokemons}/>
<span className={"text-lg"}>vs</span>
<PokemonSelector pokemons={pokemons}/>
Expand Down

1 comment on commit 217d60a

@vercel
Copy link

@vercel vercel bot commented on 217d60a Nov 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

poke-battle – ./

poke-battle-psi.vercel.app
poke-battle-git-main-bentsen.vercel.app
poke-battle-bentsen.vercel.app

Please sign in to comment.