Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <tukon479@gmail.com>
  • Loading branch information
Innei committed Nov 18, 2024
1 parent e0d9502 commit fb053cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export const AchievementModalContent: FC = () => {
<div className="flex items-center text-base font-bold">
{t(copy.title)}

{copy.video && (
{copy.video && achievement.type === "received" && (
<MotionButtonBase
className="p-1 duration-200 hover:text-accent"
onClick={() => {
Expand Down
4 changes: 3 additions & 1 deletion changelog/next.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
## New Features

- And Or conditions for actions
- Add achievement badge

## Improvements

## Bug Fixes
- electron: Prompt when opening an external link whether to open the app
- Improve the smoothness of some animations

0 comments on commit fb053cb

Please sign in to comment.