diff --git a/src/app/recipe/page.tsx b/src/app/recipe/page.tsx index bccca32..eb82fd9 100644 --- a/src/app/recipe/page.tsx +++ b/src/app/recipe/page.tsx @@ -35,7 +35,6 @@ function Page() {

n개

-
diff --git a/src/domains/recipe/CocktailCard.tsx b/src/domains/recipe/CocktailCard.tsx index 517e4ed..759be87 100644 --- a/src/domains/recipe/CocktailCard.tsx +++ b/src/domains/recipe/CocktailCard.tsx @@ -17,7 +17,7 @@ interface Props { function CocktailCard({ src, name, nameKo, keep = true, className, textSize1, textSize2 }: Props) { return ( -
  • +
    */} {keep && ( -
    +
    +
    +
    )} @@ -36,7 +39,7 @@ function CocktailCard({ src, name, nameKo, keep = true, className, textSize1, te

    Old Fassioned

    올드 패션드

    -
  • + ); } export default CocktailCard;