Skip to content

Commit

Permalink
footer logo
Browse files Browse the repository at this point in the history
  • Loading branch information
subject026 committed Mar 16, 2024
1 parent 15d1780 commit 6c3ee53
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/site-ui/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { ReactNode } from "react";

import classNames from "classnames";
import { pageWrap, pageWrapPadding } from "../classStrings";
import { Logo } from "../Logo/Logo";
import { NewLogo } from "../Logo/NewLogo";

function FooterSection({ children }: { children: ReactNode }) {
return (
Expand Down Expand Up @@ -94,12 +94,12 @@ export function Footer() {
className="flex flex-row items-center gap-4"
aria-label="home"
>
<div className="w-10">
<Logo />
<div className="flex gap-4">
<NewLogo />
<h3 className="dark:text-breadgray-ultra-white text-2xl font-bold">
Breadchain
</h3>
</div>
<h3 className="dark:text-breadgray-ultra-white text-2xl font-bold">
Breadchain
</h3>
</a>
<p>Funding post-capitalism</p>
<a
Expand Down

0 comments on commit 6c3ee53

Please sign in to comment.