Skip to content

Commit

Permalink
Merge pull request #144 from SecureSECODAO/dev
Browse files Browse the repository at this point in the history
v0.5.4
  • Loading branch information
Hidde-Heijnen authored Jun 19, 2023
2 parents 65377cd + f87606a commit 68f8a43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/layout/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ const NavItemCollection = ({
<DropdownMenuTrigger
className={cn(
'flex w-full select-none items-center justify-center gap-x-1 rounded-md px-4 py-2 text-lg font-semibold leading-4 ring-ring ring-offset-2 ring-offset-background hover:cursor-pointer hover:bg-highlight/50 focus:outline-none focus:ring-2 data-[state=open]:bg-highlight/50',
isActive && 'bg-highlight text-primary shadow-md ',
isActive && 'bg-highlight text-primary shadow-md',
className
)}
>
Expand Down Expand Up @@ -239,7 +239,7 @@ const Navbar = () => {
to="/"
className="rounded-md ring-ring ring-offset-2 ring-offset-background focus:outline-none focus:ring-2"
>
<LogoFull className="h-fit w-32 lg:w-40" />
<LogoFull className="h-12 md:h-14 w-32 lg:w-40" />
</NavLink>

{/* Mobile nav */}
Expand Down
2 changes: 1 addition & 1 deletion src/lib/constants/actions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export const ACTIONS: Actions = {
},
},
merge_pr: {
method: 'merge(string,string,string)',
method: 'merge(string,string,string,string)',
interface: 'IGithubPullRequestFacet',
label: 'Merge PR',
longLabel: 'Merge pull request',
Expand Down

1 comment on commit 68f8a43

@vercel
Copy link

@vercel vercel bot commented on 68f8a43 Jun 19, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.