Skip to content

Commit 11ba775

Browse files
authored
Merge branch 'main' into patch-2
2 parents ad58fda + 16f9f4b commit 11ba775

File tree

3 files changed

+11
-19
lines changed

3 files changed

+11
-19
lines changed
File renamed without changes.

src/components/Global/Footer.js

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -46,28 +46,23 @@ const Footer = () => {
4646
<a href="https://webxdao.github.io/">
4747
<span className="sr-only">WebX DAO</span>
4848
<img
49-
className="w-auto h-16 sm:h-10"
50-
src="/images/logo/white_logo.png"
49+
className="w-auto h-16 sm:h-10 md:h-[4.2rem]"
50+
src="/images/logo/logo.png"
5151
alt=""
5252
/>
5353
</a>
5454
</div>
55-
{/*
55+
{/*
5656
<p className="max-w-md mx-auto mt-6 leading-relaxed text-center text-white/80 sm:max-w-xs sm:mx-0 sm:text-left">
5757
Add organization description here!
58-
</p> */}
58+
</p>*/}
5959
</div>
6060

6161
<div className="grid grid-cols-1 gap-8 sm:grid-cols-2 lg:col-span-2 md:grid-cols-4">
6262
{navigation.map((item) => (
6363
<>
64-
<div
65-
key={item.name + "_footer"}
66-
className="sm:text-left"
67-
>
68-
<p className="text-lg sm:text-sm font-medium text-white/90">
69-
{item.name}
70-
</p>
64+
<div key={item.name + "_footer"} className="sm:text-left">
65+
<p className="text-lg sm:text-sm font-medium text-white/90">{item.name}</p>
7166

7267
<nav className="mt-4 sm:mt-8" aria-label={item.name}>
7368
<ul className="space-y-4 text-sm">
@@ -98,10 +93,7 @@ const Footer = () => {
9893
<p className="mt-1 text-sm text-gray-500 sm:order-first sm:mt-0">
9994
<span className="flex items-center justify-center">
10095
&copy; {new Date().getFullYear()} Made with
101-
<SiGithubsponsors
102-
className="w-3 h-3 m-2 text-pink-600"
103-
aria-hidden="true"
104-
/>
96+
<SiGithubsponsors className="w-3 h-3 m-2 text-pink-600" aria-hidden="true" />
10597
by WebX DAO
10698
</span>
10799
</p>

src/components/Global/Navbar.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ const Navbar = () => {
2525
<div className="flex items-center justify-between w-full md:w-auto">
2626
<Link href="/">
2727
<>
28-
<a>
29-
<span className="sr-only ">WebX DAO</span>
28+
<a href="/">
29+
<span className="sr-only ">WebX DAO</span>
3030
<img
31-
className="h-10 w-auto sm:h-10 cursor-pointer"
32-
src="/images/logo/white_logo.png"
31+
className="h-10 w-auto sm:h-10 md:h-[4.2rem] cursor-pointer"
32+
src="/images/logo/logo.png"
3333
alt="WebX DAO White Logo"
3434
/>
3535
</a>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy