Skip to content

Commit

Permalink
feat: fix adding hanzo logo
Browse files Browse the repository at this point in the history
  • Loading branch information
TopTech126 committed Jun 26, 2024
1 parent 59ae2d5 commit 17a7198
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
25 changes: 0 additions & 25 deletions apps/web/components/icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,6 @@ type IconProps = React.HTMLAttributes<SVGElement>

export const Icons = {
logo: (props: IconProps) => (
// <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" {...props}>
// <rect width="256" height="256" fill="none" />
// <line
// x1="208"
// y1="128"
// x2="128"
// y2="208"
// fill="none"
// stroke="currentColor"
// strokeLinecap="round"
// strokeLinejoin="round"
// strokeWidth="16"
// />
// <line
// x1="192"
// y1="40"
// x2="40"
// y2="192"
// fill="none"
// stroke="currentColor"
// strokeLinecap="round"
// strokeLinejoin="round"
// strokeWidth="16"
// />
// </svg>
<svg
width={42}
height={42}
Expand Down
1 change: 0 additions & 1 deletion apps/web/components/main-nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export function MainNav() {
return (
<div className="mr-4 hidden md:flex">
<Link href="/" className="mr-6 flex items-center space-x-2">

<Icons.logo className="h-6 w-6" />
<span className="hidden font-bold sm:inline-block">
{siteConfig.name}
Expand Down

0 comments on commit 17a7198

Please sign in to comment.