Skip to content

Commit

Permalink
update logo and alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-babylonlabs committed Feb 9, 2025
1 parent 421542d commit 2cee507
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
10 changes: 10 additions & 0 deletions src/app/assets/bbn.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/app/components/Hash/Hash.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Text } from "@babylonlabs-io/bbn-core-ui";
import { useEffect, useState } from "react";
import { FiCopy } from "react-icons/fi";
import { IoIosCheckmarkCircle } from "react-icons/io";
import { twJoin, twMerge } from "tailwind-merge";
import { twMerge } from "tailwind-merge";
import { useCopyToClipboard } from "usehooks-ts";

import { trim } from "@/utils/trim";
Expand Down Expand Up @@ -53,6 +53,7 @@ export const Hash: React.FC<HashProps> = ({
"hover:opacity-100 pointer-events-auto text-accent-primary",
className,
!noFade && "opacity-50",
fullWidth && "w-full",
)}
onClick={handleCopy}
>
Expand All @@ -61,7 +62,6 @@ export const Hash: React.FC<HashProps> = ({
style={{
minWidth: small ? "3.5rem" : "5.5rem",
}}
className={twJoin(fullWidth ? "w-full" : "")}
>
{copiedText || (
<>
Expand Down
Loading

0 comments on commit 2cee507

Please sign in to comment.