Skip to content

Commit

Permalink
fix: deployment failed due merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Ala committed Jun 8, 2024
1 parent 1746bc4 commit 1d0dc3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme.config.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const config = {
<div className="flex items-center justify-between relative w-full">
<div>{title}</div>

{title === "useUrl" || title === "useBattery") && (
{(title === "useUrl" || title === "useBattery") && (
<Badge className=" absolute -right-[0.5em] bg-transparent border-lime-400 text-lime-500 px-[0.5em] hover:bg-transparent">
New
</Badge>
Expand Down

0 comments on commit 1d0dc3a

Please sign in to comment.