Skip to content

Commit

Permalink
chore(dashboard): fix banner size
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuhito committed Jun 23, 2024
1 parent 5149c88 commit aa51605
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dashboard/app/components/icons/banner-transparent.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions dashboard/app/components/icons/banner-transparent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ export const BannerLogo = (props: React.SVGProps<SVGSVGElement>) => {
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
width="144"
height="30"
viewBox="0 0 144 30"
{...props}
>
Expand Down

0 comments on commit aa51605

Please sign in to comment.