We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd35723 commit a2acf35Copy full SHA for a2acf35
src/domains/recommend/components/bot/BotCocktailCard.tsx
@@ -29,7 +29,7 @@ function BotCocktailCard({
29
<span className="text-gray-500 text-sm">+ 상세보기</span>
30
</div>
31
</Link>
32
- <Keep className="absolute top-2 right-2" />
+ <Keep cocktailId={cocktailId} className="absolute top-2 right-2" />
33
34
);
35
}
0 commit comments